添加军师天下超V
This commit is contained in:
parent
779deff9cc
commit
aedd3210da
17
config.py
17
config.py
@ -304,7 +304,15 @@ class Config:
|
||||
"user": "root",
|
||||
"password": "Qp4v9NBTbMzKKMuH",
|
||||
"db": "huixiedata"
|
||||
}
|
||||
},
|
||||
'lgjsbtcv': {
|
||||
"host": "39.104.110.225",
|
||||
"port": 3306,
|
||||
"user": "root",
|
||||
"password": "XZKcs6eG4YMFFPqM",
|
||||
"db": "legujsbtsuperdata"
|
||||
},
|
||||
|
||||
# 'mth5bt': {
|
||||
# "host": "127.0.0.1",
|
||||
# "port": 3306,
|
||||
@ -317,6 +325,13 @@ class Config:
|
||||
|
||||
|
||||
class DevConfig(Config):
|
||||
GAME_MANA_MYSQLDB = {
|
||||
"host": "10.0.0.5",
|
||||
"port": 3306,
|
||||
"user": "root",
|
||||
"password": "87251326",
|
||||
"db": "gamemana"
|
||||
}
|
||||
PAY_DB = {
|
||||
'mori': {
|
||||
"host": "119.29.222.234",
|
||||
|
Loading…
Reference in New Issue
Block a user