mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53:01 +00:00
major refactoring
- move instances to new file - import functions as modules - add docstrings to helper functions - add threaded populate() function - remove unused functions and files - add typing info to helper functions - other unremembered changes to the client
This commit is contained in:
@@ -1,14 +1,3 @@
|
||||
export PORT=8000
|
||||
export music_dir="/home/cwilvx/Music/"
|
||||
|
||||
# export FLASK_APP=app
|
||||
# export FLASK_DEBUG=1
|
||||
# export FLASK_RUN_PORT=8008
|
||||
|
||||
# export music_dirs="['/home/cwilvx/Music/', '/home/cwilvx/FreezerMusic']"
|
||||
|
||||
# flask run
|
||||
|
||||
python manage.py
|
||||
|
||||
# gunicorn -b 0.0.0.0:9876 --workers=4 "wsgi:create_app()" --log-level=debug
|
||||
Reference in New Issue
Block a user