Commit e7252cd5 by Administrator

Update techhero-auth-service.yml

parent 3336ae46
......@@ -34,12 +34,13 @@ emay:
#oauth client
x-oauth-client:
client-details-store:
client-id: 'cloud'
client_secret: '{noop}cloud'
scope: 'server'
authorized_grant_types: 'password,refresh_token,authorization_code,wechat'
web_server_redirect_uri: 'www.techhero.cn'
authorities: 'write'
access_token_validity: 604800
refresh_token_validity: 604800
autoapprove: 'true'
\ No newline at end of file
cloud:
client-id: 'cloud'
client_secret: '{noop}cloud'
scope: 'server'
authorized_grant_types: 'password,refresh_token,authorization_code,wechat'
web_server_redirect_uri: 'www.techhero.cn'
authorities: 'write'
access_token_validity: 604800
refresh_token_validity: 604800
autoapprove: 'true'
\ No newline at end of file
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