Commit f9df7c00 by Administrator

Update techhero-gateway-dev.yml

parent 56f68257
...@@ -21,9 +21,11 @@ security: ...@@ -21,9 +21,11 @@ security:
client-secret: techhero client-secret: techhero
resource: resource:
jwt: jwt:
key-uri: http://119.96.87.17:10420/oauth/token_key #解析jwt令牌所需要密钥的地址 #key-uri: http://119.96.87.17:10420/oauth/token_key #解析jwt令牌所需要密钥的地址
key-uri: http://127.0.0.1:10420/oauth/token_key #解析jwt令牌所需要密钥的地址
authorization: authorization:
check-token-access: http://119.96.87.17:10420/oauth/check_token #check-token-access: http://119.96.87.17:10420/oauth/check_token
check-token-access: http://127.0.0.1:10420/oauth/check_token
ignore: ignore:
urls: urls:
......
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