expand config

This commit is contained in:
jurgis
2022-12-11 13:17:10 +02:00
parent 80ba785798
commit 0b438fb134
10 changed files with 72 additions and 36 deletions
+5 -3
View File
@@ -1,3 +1,5 @@
PORT=80
STATIC_SERVE_FOLDER="../path/to/static/files"
LOG_FILE_REQUESTS="../path/to/log/all/requests.log"
PORT=3000
DB_PATH=./data/db/db.db
LOG_FILE_REQUESTS=./data/static/static.log
STATIC_SERVE_FOLDER=./data/static
RECENT_SEARCHES_FOLDER=./data/recent