feat: read config from env if config.json is not found

This commit is contained in:
Axel Cocat 2022-03-14 22:42:28 +01:00
parent 05706007f1
commit a462b6af1b
6 changed files with 141 additions and 5 deletions

1
.gitignore vendored
View file

@ -11,6 +11,7 @@ data/*
# Configuration
config.json
.env
# Log files
*.log