Browse Source

feat: update

pull/13/head
sunjd 2 years ago
parent
commit
484edc6b66
2 changed files with 20 additions and 0 deletions
  1. +10
    -0
      dubhe-server/common-cloud/configuration/src/main/resources/bootstrap-clod-prod.yml
  2. +10
    -0
      dubhe-server/common-cloud/configuration/src/main/resources/bootstrap-prod.yml

+ 10
- 0
dubhe-server/common-cloud/configuration/src/main/resources/bootstrap-clod-prod.yml View File

@@ -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

+ 10
- 0
dubhe-server/common-cloud/configuration/src/main/resources/bootstrap-prod.yml View File

@@ -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

Loading…
Cancel
Save