mirror of
https://github.com/sakaljurgis/kodi-api-server.git
synced 2026-07-08 20:37:41 +00:00
add start script
This commit is contained in:
+2
-1
@@ -8,9 +8,10 @@ DB_FOLDER='/mnt/hdd/videos/db'
|
||||
RECENT_SEARCHES_FOLDER="/mnt/hdd/videos/recent-searches"
|
||||
|
||||
#actual env variables starts here
|
||||
NODE_ENV=production
|
||||
PORT=3000
|
||||
LOG_FILE_REQUESTS_NAME="static_log.txt"
|
||||
DB_FILENAME="db.db"
|
||||
DB_FILENAME="db.sqlite"
|
||||
RECENT_SEARCHES_LIMIT=20
|
||||
PATTERNS_TO_IGNORE='["AOE1/"]' #file path patterns to ignore from video files scan, must be in json format
|
||||
|
||||
|
||||
Reference in New Issue
Block a user