mirror of
https://github.com/sakaljurgis/kodi-api-server.git
synced 2026-07-08 20:37:41 +00:00
5 lines
147 B
Bash
5 lines
147 B
Bash
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 |