diff --git a/config.py b/config.py index ae44dae..f1baf35 100644 --- a/config.py +++ b/config.py @@ -326,7 +326,13 @@ class Config: "password": "GUQv6HJ64dPtvANs", "db": "fbqbdata" }, - + 'hanhaih5': { + "host": "buluoh5api.legu.cc", + "port": 3306, + "user": "root", + "password": "sJsxbjdfkn213Sas", + "db": "buluoh5data" + }, # 'mth5bt': { # "host": "127.0.0.1", @@ -357,6 +363,7 @@ class DevConfig(Config): }, } + class ProductionConfig(Config): GAME_MANA_MYSQLDB = { "host": "127.0.0.1",