forked from Dongjiaqi/reposync
1123
This commit is contained in:
parent
26b7ac085f
commit
2fb702fd45
|
@ -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'),
|
||||
|
|
Loading…
Reference in New Issue