|
@@ -24,6 +24,11 @@ REDIS_ADDRESS = '10.60.1.113'
|
|
|
REDIS_PASSWORD = '012bzaKUhleHc2645465'
|
|
|
STARTUP_NODES = [
|
|
|
{'host': '10.60.1.113', 'port': 6379},
|
|
|
+ {'host': '10.60.1.119', 'port': 6379},
|
|
|
+ {'host': '10.60.1.52', 'port': 6379},
|
|
|
+ {'host': '10.60.1.107', 'port': 6379},
|
|
|
+ {'host': '10.60.1.24', 'port': 6379},
|
|
|
+ {'host': '10.60.1.201', 'port': 6379},
|
|
|
]
|
|
|
|
|
|
APNS_MODE = 'prod'
|