Add new file
This commit is contained in:
parent
e244641409
commit
3aae30128d
14
iot-gateway/src/main/resources/bootstrap-prod.yml
Normal file
14
iot-gateway/src/main/resources/bootstrap-prod.yml
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
spring:
|
||||||
|
cloud:
|
||||||
|
nacos:
|
||||||
|
discovery:
|
||||||
|
# 服务注册地址
|
||||||
|
server-addr: qiuguo-nacos.qiuguo-cloud:8848
|
||||||
|
config:
|
||||||
|
# 配置中心地址
|
||||||
|
server-addr: qiuguo-nacos.qiuguo-cloud:8848
|
||||||
|
# 配置文件格式
|
||||||
|
file-extension: yml
|
||||||
|
# 共享配置
|
||||||
|
shared-configs:
|
||||||
|
- application-dev.${spring.cloud.nacos.config.file-extension}
|
||||||
Loading…
x
Reference in New Issue
Block a user