[update]端口和nacos地址

This commit is contained in:
zhangqy 2023-09-20 15:26:09 +08:00
parent 6bc4726ca2
commit 742fa17df9

View File

@ -1,5 +1,5 @@
server: server:
port: 9090 port: 8080
spring: spring:
profiles: profiles:
# 环境配置 # 环境配置
@ -10,10 +10,10 @@ spring:
nacos: nacos:
discovery: discovery:
# 服务注册地址 # 服务注册地址
server-addr: 192.168.8.101:8848 server-addr: iot-nacos.qiuguo-iot:8848
config: config:
# 配置中心地址 # 配置中心地址
server-addr: 192.168.8.101:8848 server-addr: iot-nacos.qiuguo-iot:8848
# 配置文件格式 # 配置文件格式
file-extension: yml file-extension: yml
# 共享配置 # 共享配置