修改环境配置
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -8,7 +8,7 @@ DEPLOY_ENV = os.getenv('DEPLOY_ENV', 'test') | ... | @@ -8,7 +8,7 @@ DEPLOY_ENV = os.getenv('DEPLOY_ENV', 'test') |
| 8 | IP_HOST_MAP = { | 8 | IP_HOST_MAP = { |
| 9 | 'test': 'ai-test.hikoon.com', | 9 | 'test': 'ai-test.hikoon.com', |
| 10 | 'uat': 'ai-uat.hikoon.com', | 10 | 'uat': 'ai-uat.hikoon.com', |
| 11 | 'prod': 'api.hikoon.com' | 11 | 'prod': 'ai.hikoon.com' |
| 12 | } | 12 | } |
| 13 | IP_HOST = os.getenv('IP_HOST', IP_HOST_MAP.get(DEPLOY_ENV, 'ai-test.hikoon.com')) | 13 | IP_HOST = os.getenv('IP_HOST', IP_HOST_MAP.get(DEPLOY_ENV, 'ai-test.hikoon.com')) |
| 14 | 14 | ... | ... |
-
Please register or sign in to post a comment