mirror of
https://github.com/sakaljurgis/kodi-api-server.git
synced 2026-07-08 20:37:41 +00:00
add migrations (package, config, migrations), add exceptions filter for kodi, start VideoFiles module
This commit is contained in:
+8
-4
@@ -1,5 +1,9 @@
|
||||
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
|
||||
STATIC_SERVE_FOLDER="data/static"
|
||||
LOG_FILE_REQUESTS="data/static/static_log.txt"
|
||||
DB_PATH="./data/db/db.db"
|
||||
RECENT_SEARCHES_FOLDER="./data/recent_searches"
|
||||
TEST_ARRAY='[
|
||||
"one",
|
||||
"two"
|
||||
]'
|
||||
|
||||
Reference in New Issue
Block a user