mirror of
https://github.com/sakaljurgis/kodi-api-server.git
synced 2026-07-08 20:37:41 +00:00
expand config
This commit is contained in:
+5
-3
@@ -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
|
||||
Reference in New Issue
Block a user