Initial commit: Add maimaiDX API web application with AimeDB scanning and logging features
This commit is contained in:
16
backend/Config.py
Normal file
16
backend/Config.py
Normal file
@@ -0,0 +1,16 @@
|
||||
regionId = 13
|
||||
regionName = "河南"
|
||||
placeId = 2411
|
||||
placeName = "智游星期六河南郑州店"
|
||||
clientId = "A63E01E6154"
|
||||
|
||||
useProxy = False
|
||||
proxyUrl = "http://100.104.133.113:33080"
|
||||
|
||||
loginBonusDBPath = "./Data/loginBonusDB.xml"
|
||||
musicDBPath = "./Data/musicDB.json"
|
||||
|
||||
loginBonusDBPathFallback = "./maimaiDX-Api/Data/loginBonusDB.xml"
|
||||
musicDBPathFallback = "./maimaiDX-Api/Data/musicDB.json"
|
||||
|
||||
# 日本精工,安全防漏
|
||||
Reference in New Issue
Block a user