opt. docker中的es直接访问本地
This commit is contained in:
parent
5928f23176
commit
d949e034d7
@ -14,6 +14,10 @@ spring.cloud.nacos.config.server-addr=http://101.132.255.39:8848
|
||||
spring.cloud.nacos.config.namespace=lukeye
|
||||
spring.cloud.nacos.config.refreshEnabled=true
|
||||
|
||||
# ES配置
|
||||
elasticsearch.host=localhost
|
||||
elasticsearch.port=9200
|
||||
|
||||
# Arthas配置
|
||||
arthas.telnetPort=-1
|
||||
arthas.httpPort=-1
|
||||
|
||||
@ -14,6 +14,10 @@ spring.cloud.nacos.config.server-addr=http://host.docker.internal:8848
|
||||
spring.cloud.nacos.config.namespace=lukeye
|
||||
spring.cloud.nacos.config.refreshEnabled=true
|
||||
|
||||
# ES配置
|
||||
elasticsearch.host=host.docker.internal
|
||||
elasticsearch.port=9200
|
||||
|
||||
# Arthas配置
|
||||
arthas.telnetPort=-1
|
||||
arthas.httpPort=-1
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
|
||||
spring.application.name=doc-parser-server
|
||||
spring.application.name=kbase-server
|
||||
application.author=Luke.Ye
|
||||
server.port=18080
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user