[update]修改环境变量
This commit is contained in:
parent
ab4cbd9330
commit
425a251f2d
@ -11,4 +11,4 @@ spring:
|
|||||||
file-extension: yml
|
file-extension: yml
|
||||||
# 共享配置
|
# 共享配置
|
||||||
shared-configs:
|
shared-configs:
|
||||||
- application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension}
|
- application-dev.${spring.cloud.nacos.config.file-extension}
|
||||||
@ -1,5 +1,6 @@
|
|||||||
server:
|
server:
|
||||||
port: 8080
|
port: 8080
|
||||||
|
spring:
|
||||||
application:
|
application:
|
||||||
name: qiuguo-iot-gateway
|
name: qiuguo-iot-gateway
|
||||||
|
|
||||||
|
|||||||
@ -11,4 +11,4 @@ spring:
|
|||||||
file-extension: yml
|
file-extension: yml
|
||||||
# 共享配置
|
# 共享配置
|
||||||
shared-configs:
|
shared-configs:
|
||||||
- application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension}
|
- application-dev.${spring.cloud.nacos.config.file-extension}
|
||||||
@ -1,4 +1,5 @@
|
|||||||
server:
|
server:
|
||||||
port: 8080
|
port: 8080
|
||||||
|
spring:
|
||||||
application:
|
application:
|
||||||
name: qiuguo-iot-box-user-api
|
name: qiuguo-iot-box-user-api
|
||||||
@ -11,4 +11,4 @@ spring:
|
|||||||
file-extension: yml
|
file-extension: yml
|
||||||
# 共享配置
|
# 共享配置
|
||||||
shared-configs:
|
shared-configs:
|
||||||
- application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension}
|
- application-dev.${spring.cloud.nacos.config.file-extension}
|
||||||
@ -1,4 +1,5 @@
|
|||||||
server:
|
server:
|
||||||
port: 8080
|
port: 8080
|
||||||
|
spring:
|
||||||
application:
|
application:
|
||||||
name: qiuguo-iot-box-websocket
|
name: qiuguo-iot-box-websocket
|
||||||
Loading…
x
Reference in New Issue
Block a user