mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
add server code
This commit is contained in:
Executable
+10
@@ -0,0 +1,10 @@
|
||||
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
|
||||
Reference in New Issue
Block a user