|
@@ -75,6 +75,8 @@ class DevConfig(Settings):
|
|
|
YZY_HOST = "https://xtbg.digitalgd.com.cn"
|
|
|
YZY_API_ROOT = "http://19.15.0.128:8080"
|
|
|
|
|
|
+
|
|
|
+
|
|
|
|
|
|
class ProdConfig(Settings):
|
|
|
|
|
@@ -107,6 +109,10 @@ class ProdConfig(Settings):
|
|
|
'password': 'c0b0Info@)!%',
|
|
|
'db': 0
|
|
|
}
|
|
|
+
|
|
|
+ # 粤商通网关配置
|
|
|
+ YST_PASS_ID = "yst_mmsyjjzhyjxt"
|
|
|
+ YST_PASS_TOKEN = "d6t8rljIoEzMzOFIX5Y8FODhKZSmulwB"
|
|
|
|
|
|
class StageConfig(Settings):
|
|
|
|
|
@@ -147,6 +153,10 @@ class StageConfig(Settings):
|
|
|
'db': 0
|
|
|
}
|
|
|
|
|
|
+ # 粤商通网关配置
|
|
|
+ YST_PASS_ID = "yst_mmsyjjzhyjxt"
|
|
|
+ YST_PASS_TOKEN = "3AtV4BRgyM8OFGJYlJWGQBhCeQwB0MhN"
|
|
|
+
|
|
|
|
|
|
class FactoryConfig:
|
|
|
"""Returns a config instance dependending on the ENV_STATE variable."""
|