mirror of
https://github.com/babysor/MockingBird.git
synced 2024-03-22 13:11:31 +08:00
ddd478c0ad
* Init App * init server.py (#93) * init server.py * Update requirements.txt Add requirement Co-authored-by: auau <auau@test.com> Co-authored-by: babysor00 <babysor00@gmail.com> * Run web.py! Run web.py! Co-authored-by: balala <Ozgay@users.noreply.github.com> Co-authored-by: auau <auau@test.com>
7 lines
219 B
Python
7 lines
219 B
Python
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" |