Browse Source

修改到docker外运行环境

tags/v1.0.0^2
林万龙 3 years ago
parent
commit
b62cd990f4
2 changed files with 4 additions and 1 deletions
  1. +0
    -1
      src/main/resources/bootstrap-dev.yaml
  2. +4
    -0
      src/main/resources/bootstrap.yaml

+ 0
- 1
src/main/resources/bootstrap-dev.yaml View File

@@ -6,5 +6,4 @@ spring:
cloud:
nacos:
config:
server-addr: 172.16.192.26:8848
file-extension: yaml

+ 4
- 0
src/main/resources/bootstrap.yaml View File

@@ -7,6 +7,10 @@ logging:
spring:
application:
name: dipperposition-service
cloud:
nacos:
config:
file-extension: yaml
redis:
database: 1
host: 172.16.192.26


Loading…
Cancel
Save