Browse Source

Merge branch 'develop' of gitadmin/tuoheng_gateway into release

pull/21/head
gitadmin 2 years ago
parent
commit
9b29c9bf61
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/main/resources/application-dev.yml

+ 2
- 2
src/main/resources/application-dev.yml View File

@@ -3,8 +3,8 @@ spring:
oauth2:
resource-server:
jwt:
#issuer-uri: http://192.168.11.11:8090
issuer-uri: http://oidc.dev.t-aaron.com
issuer-uri: http://192.168.11.11:8090
#issuer-uri: http://oidc.dev.t-aaron.com
cloud:
consul:
host: 192.168.11.13 # consul 所在服务地址

Loading…
Cancel
Save