Commit 4f265c27 authored by lixiaofang's avatar lixiaofang

修改配置

parent dbb6d5b5
This diff is collapsed.
......@@ -131,18 +131,18 @@ IPHONE_USE_SANDBOX = True
# ============================================ES======================================================
# ====================================================================================================
ES_HOSTS = [
{'host': 'es6.paas-dev.env', 'port': 80}
{'host': 'es.paas-test.env', 'port': 80}
]
ES6_HOSTS = [
{'host': 'es6.paas-dev.env', 'port': 80}
{'host': 'es.paas-test.env', 'port': 80}
]
ES_V2_HOSTS = [
{'host': 'es6.paas-dev.env', 'port': 80}
{'host': 'es.paas-test.env', 'port': 80}
]
TALOS_ES_HOSTS = [
{'host': 'es6.paas-dev.env', 'port': 80}
{'host': 'es.paas-test.env', 'port': 80}
]
ES_INDEX_PREFIX = 'gm_test'
ES_READ_INDEX = 'gm_test_read'
......
No preview for this file type
No preview for this file type
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment