diff --git a/bnyer-auth/src/main/resources/bootstrap-grey.yml b/bnyer-auth/src/main/resources/bootstrap-grey.yml new file mode 100644 index 0000000..e8342bf --- /dev/null +++ b/bnyer-auth/src/main/resources/bootstrap-grey.yml @@ -0,0 +1,22 @@ +spring: + cloud: + nacos: + discovery: + # 服务注册地址 + server-addr: http://175.24.122.142:8848 + # 命名空间地址 + namespace: abfe8ee6-161b-4f8f-b61f-51663bbfa4f9 + # 命名空间分组 + group: grey + config: + # 配置中心地址 + server-addr: http://175.24.122.142:8848 + # 配置文件格式 + file-extension: yml + # 命名空间地址 + namespace: abfe8ee6-161b-4f8f-b61f-51663bbfa4f9 + # 命名空间分组 + group: grey + # 共享配置 + shared-configs: + - application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension} diff --git a/bnyer-auth/src/main/resources/bootstrap-prod.yml b/bnyer-auth/src/main/resources/bootstrap-prod.yml index 0c0079c..d8c9f80 100644 --- a/bnyer-auth/src/main/resources/bootstrap-prod.yml +++ b/bnyer-auth/src/main/resources/bootstrap-prod.yml @@ -3,18 +3,18 @@ spring: nacos: discovery: # 服务注册地址 - server-addr: #http://117.50.61.7:8848 + server-addr: http://175.24.122.142:8848 # 命名空间地址 - namespace: #c4f53d8c-0a91-4249-a804-f16f543ec3b0 + namespace: 604df951-ada5-481f-a0be-9fd9b97a7f4d # 命名空间分组 group: prod config: # 配置中心地址 - server-addr: #http://117.50.61.7:8848 + server-addr: http://175.24.122.142:8848 # 配置文件格式 file-extension: yml # 命名空间地址 - namespace: #c4f53d8c-0a91-4249-a804-f16f543ec3b0 + namespace: 604df951-ada5-481f-a0be-9fd9b97a7f4d # 命名空间分组 group: prod # 共享配置 diff --git a/bnyer-auth/src/main/resources/bootstrap.yml b/bnyer-auth/src/main/resources/bootstrap.yml index 45905e6..3838e04 100644 --- a/bnyer-auth/src/main/resources/bootstrap.yml +++ b/bnyer-auth/src/main/resources/bootstrap.yml @@ -12,4 +12,4 @@ spring: name: bnyer-auth profiles: # 环境配置 - active: dev + active: grey diff --git a/bnyer-gateway/src/main/resources/bootstrap-grey.yml b/bnyer-gateway/src/main/resources/bootstrap-grey.yml new file mode 100644 index 0000000..e8342bf --- /dev/null +++ b/bnyer-gateway/src/main/resources/bootstrap-grey.yml @@ -0,0 +1,22 @@ +spring: + cloud: + nacos: + discovery: + # 服务注册地址 + server-addr: http://175.24.122.142:8848 + # 命名空间地址 + namespace: abfe8ee6-161b-4f8f-b61f-51663bbfa4f9 + # 命名空间分组 + group: grey + config: + # 配置中心地址 + server-addr: http://175.24.122.142:8848 + # 配置文件格式 + file-extension: yml + # 命名空间地址 + namespace: abfe8ee6-161b-4f8f-b61f-51663bbfa4f9 + # 命名空间分组 + group: grey + # 共享配置 + shared-configs: + - application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension} diff --git a/bnyer-services/bnyer-file/src/main/resources/bootstrap-grey.yml b/bnyer-services/bnyer-file/src/main/resources/bootstrap-grey.yml new file mode 100644 index 0000000..e8342bf --- /dev/null +++ b/bnyer-services/bnyer-file/src/main/resources/bootstrap-grey.yml @@ -0,0 +1,22 @@ +spring: + cloud: + nacos: + discovery: + # 服务注册地址 + server-addr: http://175.24.122.142:8848 + # 命名空间地址 + namespace: abfe8ee6-161b-4f8f-b61f-51663bbfa4f9 + # 命名空间分组 + group: grey + config: + # 配置中心地址 + server-addr: http://175.24.122.142:8848 + # 配置文件格式 + file-extension: yml + # 命名空间地址 + namespace: abfe8ee6-161b-4f8f-b61f-51663bbfa4f9 + # 命名空间分组 + group: grey + # 共享配置 + shared-configs: + - application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension} diff --git a/bnyer-services/bnyer-img/src/main/resources/bootstrap-grey.yml b/bnyer-services/bnyer-img/src/main/resources/bootstrap-grey.yml new file mode 100644 index 0000000..e8342bf --- /dev/null +++ b/bnyer-services/bnyer-img/src/main/resources/bootstrap-grey.yml @@ -0,0 +1,22 @@ +spring: + cloud: + nacos: + discovery: + # 服务注册地址 + server-addr: http://175.24.122.142:8848 + # 命名空间地址 + namespace: abfe8ee6-161b-4f8f-b61f-51663bbfa4f9 + # 命名空间分组 + group: grey + config: + # 配置中心地址 + server-addr: http://175.24.122.142:8848 + # 配置文件格式 + file-extension: yml + # 命名空间地址 + namespace: abfe8ee6-161b-4f8f-b61f-51663bbfa4f9 + # 命名空间分组 + group: grey + # 共享配置 + shared-configs: + - application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension} diff --git a/bnyer-services/bnyer-job/src/main/resources/bootstrap-grey.yml b/bnyer-services/bnyer-job/src/main/resources/bootstrap-grey.yml new file mode 100644 index 0000000..e8342bf --- /dev/null +++ b/bnyer-services/bnyer-job/src/main/resources/bootstrap-grey.yml @@ -0,0 +1,22 @@ +spring: + cloud: + nacos: + discovery: + # 服务注册地址 + server-addr: http://175.24.122.142:8848 + # 命名空间地址 + namespace: abfe8ee6-161b-4f8f-b61f-51663bbfa4f9 + # 命名空间分组 + group: grey + config: + # 配置中心地址 + server-addr: http://175.24.122.142:8848 + # 配置文件格式 + file-extension: yml + # 命名空间地址 + namespace: abfe8ee6-161b-4f8f-b61f-51663bbfa4f9 + # 命名空间分组 + group: grey + # 共享配置 + shared-configs: + - application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension} diff --git a/bnyer-services/bnyer-system/src/main/resources/bootstrap-grey.yml b/bnyer-services/bnyer-system/src/main/resources/bootstrap-grey.yml new file mode 100644 index 0000000..e8342bf --- /dev/null +++ b/bnyer-services/bnyer-system/src/main/resources/bootstrap-grey.yml @@ -0,0 +1,22 @@ +spring: + cloud: + nacos: + discovery: + # 服务注册地址 + server-addr: http://175.24.122.142:8848 + # 命名空间地址 + namespace: abfe8ee6-161b-4f8f-b61f-51663bbfa4f9 + # 命名空间分组 + group: grey + config: + # 配置中心地址 + server-addr: http://175.24.122.142:8848 + # 配置文件格式 + file-extension: yml + # 命名空间地址 + namespace: abfe8ee6-161b-4f8f-b61f-51663bbfa4f9 + # 命名空间分组 + group: grey + # 共享配置 + shared-configs: + - application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension} diff --git a/bnyer-visual/bnyer-monitor/src/main/resources/bootstrap-grey.yml b/bnyer-visual/bnyer-monitor/src/main/resources/bootstrap-grey.yml new file mode 100644 index 0000000..4ec59f5 --- /dev/null +++ b/bnyer-visual/bnyer-monitor/src/main/resources/bootstrap-grey.yml @@ -0,0 +1,22 @@ +spring: + cloud: + nacos: + discovery: + # 服务注册地址 + server-addr: http://175.24.122.142:6231 + # 命名空间地址 + namespace: abfe8ee6-161b-4f8f-b61f-51663bbfa4f9 + # 命名空间分组 + group: grey + config: + # 配置中心地址 + server-addr: http://175.24.122.142:6231 + # 配置文件格式 + file-extension: yml + # 命名空间地址 + namespace: abfe8ee6-161b-4f8f-b61f-51663bbfa4f9 + # 命名空间分组 + group: grey + # 共享配置 + shared-configs: + - application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension}