mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 04:23:01 +00:00
10 lines
212 B
Bash
Executable File
10 lines
212 B
Bash
Executable File
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 |