Merge pull request #99 from nacos-group/1.2.1
Change NACOS_SERVER_PORT to NACOS_APPLICATION_PORT
This commit is contained in:
commit
6d997ce124
@ -91,7 +91,7 @@ Run the following command:
|
||||
| MODE | cluster/standalone | cluster/standalone default **cluster** |
|
||||
| NACOS_SERVERS | nacos cluster address | eg. ip1:port1 ip2:port2 ip3:port3 |
|
||||
| PREFER_HOST_MODE | Whether hostname are supported | hostname/ip default **ip** |
|
||||
| NACOS_SERVER_PORT | nacos server port | default **8848** |
|
||||
| NACOS_APPLICATION_PORT | nacos server port | default **8848** |
|
||||
| NACOS_SERVER_IP | custom nacos server ip when network was mutil-network | |
|
||||
| SPRING_DATASOURCE_PLATFORM | standalone support mysql | mysql / empty default empty |
|
||||
| MYSQL_SERVICE_HOST | mysql host | |
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user