add start script

This commit is contained in:
Jurgis Sakalauskas
2023-10-30 09:10:53 +02:00
parent f38803d60d
commit 1d7072aee0
11 changed files with 26 additions and 59 deletions
+2 -1
View File
@@ -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