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