From e7252cd5a5f5bb0fe47b0857dc2e28dcd58445bb Mon Sep 17 00:00:00 2001
From: Administrator <admin@example.com>
Date: Sun, 18 May 2025 15:30:54 +0800
Subject: [PATCH] Update techhero-auth-service.yml

---
 techhero-auth-service.yml | 19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

diff --git a/techhero-auth-service.yml b/techhero-auth-service.yml
index dc1db31..74d9d55 100644
--- a/techhero-auth-service.yml
+++ b/techhero-auth-service.yml
@@ -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
--
libgit2 0.26.0