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
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
DB_PATH=./config/db.sqlite
|
||||
FE_PATH=../frontend/browser
|
||||
DOWNLOADS_PATH=./downloads
|
||||
FORMAT=mp3
|
||||
PORT=3000
|
||||
REDIS_PORT=6379
|
||||
REDIS_HOST=localhost
|
||||
REDIS_RUN=true
|
||||
Reference in New Issue
Block a user