This commit is contained in:
xmy 2024-07-12 15:33:27 +08:00
parent 26b7ac085f
commit 2fb702fd45
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ buc_key and ConfigsUtil.set_obfastapi_config('buc_key', buc_key)
DB_ENV = getenv('DB_ENV', 'test_env')
DB = {
'test_env': {
'host': getenv('CEROBOT_MYSQL_HOST', 'localhost'),
'host': getenv('CEROBOT_MYSQL_HOST', '47.96.136.178'),
'port': getenv('CEROBOT_MYSQL_PORT', 3306, int),
'user': getenv('CEROBOT_MYSQL_USER', 'rtsw'),
'passwd': getenv('CEROBOT_MYSQL_PWD', '123456'),