Show More
@@ -131,7 +131,7 b' def main(global_config, **settings):' | |||
|
131 | 131 | config.include('appenlight_client.ext.pyramid_tween') |
|
132 | 132 | config.include('ziggurat_foundations.ext.pyramid.sign_in') |
|
133 | 133 | config.registry.es_conn = pyelasticsearch.ElasticSearch( |
|
134 | settings['elasticsearch.nodes']) | |
|
134 | aslist(settings['elasticsearch.nodes'])) | |
|
135 | 135 | config.registry.redis_conn = redis.StrictRedis.from_url( |
|
136 | 136 | settings['redis.url']) |
|
137 | 137 |
|
1 | NO CONTENT: modified file |
General Comments 0
You need to be logged in to leave comments.
Login now