Change NACOS_SERVER_PORT to NACOS_APPLICATION_PORT

This commit is contained in:
paderlol
2020-05-28 10:32:47 +08:00
parent ba41672f2f
commit e413c1f015
3 changed files with 4 additions and 5 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
# spring
server.servlet.contextPath=${SERVER_SERVLET_CONTEXTPATH:/nacos}
server.contextPath=/nacos
server.port=${NACOS_SERVER_PORT:8848}
server.port=${NACOS_APPLICATION_PORT:8848}
spring.datasource.platform=${SPRING_DATASOURCE_PLATFORM:""}
nacos.cmdb.dumpTaskInterval=3600
nacos.cmdb.eventTaskInterval=10