Commit dfaddf94 by Administrator

Update techhero-framework-gateway-local.yml

parent 74f90cb8
spring: spring:
security:
oauth2:
resourceserver:
jwt:
jwk-set-uri: 'http://localhost:15804/rsa/publicKey' #配置RSA的公钥访问地址
redis:
redis: redis:
database: 10 database: 10
host: 119.96.87.17 host: 119.96.87.17
...@@ -75,3 +69,7 @@ secure: ...@@ -75,3 +69,7 @@ secure:
- /task/** - /task/**
- /gateway/** - /gateway/**
- /route/** - /route/**
jwt:
jwk-set-uri: 'http://localhost:15804/rsa/publicKey' #配置RSA的公钥访问地址
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment