Skip to content
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# config-reps
spring cloud config server
4 changes: 2 additions & 2 deletions application-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ spring:
rabbitmq:
host: 127.0.0.1
port: 5672
username: yukong
password: x19961010
username: admin
password: admin
http:
multipart:
max-file-size: 1000MB
Expand Down
6 changes: 3 additions & 3 deletions panda-auth-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ spring:

ignore:
urls:
- /token/**
- /mobile/**
- /dict/**
- /token/**
- /**/*.css
- /auth/**
- /refresh/**
- /swagger-ui.html
- /swagger-resources/**
- /*/v2/api-docs
- /webjars/**
- /webjars/**
6 changes: 4 additions & 2 deletions panda-gateway-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ spring:

ignore:
urls:
- /**/*.css
- /auth/**
- /admin/readcard/**
- /admin/user/mobile/**
- /admin/dict/listDict
- /**/*.css
- /auth/**
- /refresh/**
- /swagger-ui.html
- /swagger-resources/**
Expand Down
6 changes: 3 additions & 3 deletions panda-zipkin-dev.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
zipkin:
collector:
rabbitmq:
addresses: panda-rabbitmq
addresses: 10.18.17.36
port: 5672
username:
password:
username: admin
password: admin
virtual-host: /
queue: zipkin
storage:
Expand Down