You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
219 B
Python
7 lines
219 B
Python
3 years ago
|
AUDIO_SAMPLES_DIR = 'samples\\'
|
||
|
DEVICE = '0'
|
||
|
HOST = 'localhost'
|
||
|
PORT = 8080
|
||
|
MAX_CONTENT_PATH =1024 * 1024 * 4 # mp3文件大小限定不能超过4M
|
||
|
SECRET_KEY = "mockingbird_key"
|
||
|
WTF_CSRF_SECRET_KEY = "mockingbird_key"
|