diff --git a/dubhe-server/common-cloud/configuration/src/main/resources/bootstrap-clod-prod.yml b/dubhe-server/common-cloud/configuration/src/main/resources/bootstrap-clod-prod.yml new file mode 100644 index 0000000..01414a7 --- /dev/null +++ b/dubhe-server/common-cloud/configuration/src/main/resources/bootstrap-clod-prod.yml @@ -0,0 +1,10 @@ +spring: + cloud: + nacos: + context-path: /nacos + config: + namespace: dubhe-prod + server-addr: 127.0.0.1:8848 + discovery: + namespace: dubhe-prod + server-addr: 127.0.0.1:8848 diff --git a/dubhe-server/common-cloud/configuration/src/main/resources/bootstrap-prod.yml b/dubhe-server/common-cloud/configuration/src/main/resources/bootstrap-prod.yml new file mode 100644 index 0000000..01414a7 --- /dev/null +++ b/dubhe-server/common-cloud/configuration/src/main/resources/bootstrap-prod.yml @@ -0,0 +1,10 @@ +spring: + cloud: + nacos: + context-path: /nacos + config: + namespace: dubhe-prod + server-addr: 127.0.0.1:8848 + discovery: + namespace: dubhe-prod + server-addr: 127.0.0.1:8848