Merge pull request #375 from mfdefs/fix-env-issue

change env NACOS_SERVERS to right port for NodeIp in management web page "Node List"
This commit is contained in:
paderlol 2023-12-06 15:05:09 +08:00 committed by GitHub
commit 59c2cbefb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
PREFER_HOST_MODE=hostname
NACOS_SERVERS=nacos1:8848 nacos2:8849 nacos3:8850
NACOS_SERVERS=nacos1:8848 nacos2:8848 nacos3:8848
SPRING_DATASOURCE_PLATFORM=mysql
MYSQL_SERVICE_HOST=mysql
MYSQL_SERVICE_DB_NAME=nacos_devtest