2
0
Эх сурвалжийг харах

fix: Fixed invalid sample config file

[ci skip]
NGPixel 8 жил өмнө
parent
commit
d6ea7992d9

+ 2 - 2
config.docker.yml

@@ -89,8 +89,8 @@ auth:
   azure:
     enabled: false
     clientID: APP_ID
-    clientSecret: APP_SECRET_KEY,
-    resource: '00000002-0000-0000-c000-000000000000',
+    clientSecret: APP_SECRET_KEY
+    resource: '00000002-0000-0000-c000-000000000000'
     tenant: 'YOUR_TENANT.onmicrosoft.com'
 
 # ---------------------------------------------------------------------

+ 2 - 2
config.sample.yml

@@ -89,8 +89,8 @@ auth:
   azure:
     enabled: false
     clientID: APP_ID
-    clientSecret: APP_SECRET_KEY,
-    resource: '00000002-0000-0000-c000-000000000000',
+    clientSecret: APP_SECRET_KEY
+    resource: '00000002-0000-0000-c000-000000000000'
     tenant: 'YOUR_TENANT.onmicrosoft.com'
 
 # ---------------------------------------------------------------------