diff --git a/src/main/resources/application-dev-windows.properties b/src/main/resources/application-dev-windows.properties index 8f21468..29d997f 100644 --- a/src/main/resources/application-dev-windows.properties +++ b/src/main/resources/application-dev-windows.properties @@ -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 diff --git a/src/main/resources/application-docker.properties b/src/main/resources/application-docker.properties index a576f66..0792b00 100644 --- a/src/main/resources/application-docker.properties +++ b/src/main/resources/application-docker.properties @@ -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 diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 213b53a..abc5ab2 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,5 +1,5 @@ -spring.application.name=doc-parser-server +spring.application.name=kbase-server application.author=Luke.Ye server.port=18080