Files
jarri-spooty/src/backend/.env.default
T
raiper34 e5af53483a refactor(backend): queue system presented
queue system is presented to be more scalable app and reliable download system

BREAKING CHANGE: redis is added and required now

close #5
2025-01-26 22:34:04 +01:00

8 lines
155 B
Bash

DB_PATH=./config/db.sqlite
FE_PATH=../frontend/browser
DOWNLOADS_PATH=./downloads
FORMAT=mp3
PORT=3000
REDIS_PORT=6379
REDIS_HOST=localhost
REDIS_RUN=false