|
|
@@ -3,22 +3,22 @@ server:
|
|
|
port: 9233
|
|
|
|
|
|
# Spring
|
|
|
-spring:
|
|
|
+spring:
|
|
|
application:
|
|
|
# 应用名称
|
|
|
name: sc-taskman
|
|
|
profiles:
|
|
|
# 环境配置
|
|
|
- active: dev
|
|
|
+ active: prod
|
|
|
cloud:
|
|
|
nacos:
|
|
|
discovery:
|
|
|
# 服务注册地址 192.168.124.10:8848 123.138.111.28:8848
|
|
|
- server-addr: 192.168.5.53:8848
|
|
|
+ server-addr: 47.94.193.84:8848
|
|
|
config:
|
|
|
# 配置中心地址 192.168.124.10:8848 123.138.111.28:8848
|
|
|
- server-addr: 192.168.5.53:8848
|
|
|
+ server-addr: 47.94.193.84:8848
|
|
|
# 配置文件格式
|
|
|
file-extension: yml
|
|
|
# 共享配置
|
|
|
- shared-dataids: application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension}
|
|
|
+ shared-dataids: application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension}
|