mirror of
https://github.com/MeoProject/lx-music-api-server.git
synced 2025-07-06 22:42:14 +08:00
feat: 针对海外用户进行的少量优化
This commit is contained in:
@ -11,9 +11,11 @@
|
||||
import os
|
||||
|
||||
|
||||
debug_mode = True
|
||||
debug_mode = False
|
||||
log_length_limit = 400
|
||||
running = True
|
||||
config = {}
|
||||
workdir = os.getcwd()
|
||||
banList_suggest = 0
|
||||
banList_suggest = 0
|
||||
iscn = True
|
||||
fake_ip = None
|
Reference in New Issue
Block a user