feat: add .env configuration file and update README with configuration details

This commit is contained in:
adlsdztony
2025-06-01 07:07:47 +00:00
parent 41e9e86379
commit e48bd6b059
3 changed files with 20 additions and 5 deletions

3
monitor/.gitignore vendored Normal file
View File

@@ -0,0 +1,3 @@
# this .env file is used to store some paths and some configuration
# It is not secure, so it can be committed to the repository
!.env