Commit 3336ae46 by Administrator

Update techhero-auth-service.yml

parent d149e2ce
......@@ -32,4 +32,14 @@ emay:
secretKey: CA1D7241F03741C5
#oauth client
x.oauth.client.
\ No newline at end of file
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
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