This commit is contained in:
wuhao 2020-11-27 14:09:33 +08:00
parent 4d38e97c79
commit c4a7f80cdc

View File

@ -326,7 +326,13 @@ class Config:
"password": "GUQv6HJ64dPtvANs", "password": "GUQv6HJ64dPtvANs",
"db": "fbqbdata" "db": "fbqbdata"
}, },
'hanhaih5': {
"host": "buluoh5api.legu.cc",
"port": 3306,
"user": "root",
"password": "sJsxbjdfkn213Sas",
"db": "buluoh5data"
},
# 'mth5bt': { # 'mth5bt': {
# "host": "127.0.0.1", # "host": "127.0.0.1",
@ -357,6 +363,7 @@ class DevConfig(Config):
}, },
} }
class ProductionConfig(Config): class ProductionConfig(Config):
GAME_MANA_MYSQLDB = { GAME_MANA_MYSQLDB = {
"host": "127.0.0.1", "host": "127.0.0.1",