Commit 326f4f54 by wangxinzhe

修改配置文件

1 parent a0a23d38
...@@ -3,9 +3,9 @@ server.port=${SERVICE_SERVER_PORT} ...@@ -3,9 +3,9 @@ server.port=${SERVICE_SERVER_PORT}
spring.jackson.time-zone=GMT+8 spring.jackson.time-zone=GMT+8
spring.jackson.date-format=yyyy-MM-dd HH:mm:ss spring.jackson.date-format=yyyy-MM-dd HH:mm:ss
# es # es
spring.elasticsearch.uris=${_SPUG_SERVICE_ELASTICSEARCH_URIS_MATCH} spring.elasticsearch.uris=${_SPUG_SERVICE_ELASTICSEARCH_URIS_SECOND}
spring.elasticsearch.username=${_SPUG_SERVICE_ELASTICSEARCH_USERNAME_MATCH} spring.elasticsearch.username=${_SPUG_SERVICE_ELASTICSEARCH_USERNAME_SECOND}
spring.elasticsearch.password=${_SPUG_SERVICE_ELASTICSEARCH_PASSWORD_MATCH} spring.elasticsearch.password=${_SPUG_SERVICE_ELASTICSEARCH_PASSWORD_SECOND}
spring.elasticsearch.ioThreadCount=100 spring.elasticsearch.ioThreadCount=100
spring.elasticsearch.maxConnTotal=200 spring.elasticsearch.maxConnTotal=200
spring.elasticsearch.maxConnPerRoute=100 spring.elasticsearch.maxConnPerRoute=100
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!