浏览代码

fix: Fixed invalid sample config file

[ci skip]
NGPixel 8 年之前
父节点
当前提交
d6ea7992d9
共有 2 个文件被更改,包括 4 次插入4 次删除
  1. 2 2
      config.docker.yml
  2. 2 2
      config.sample.yml

+ 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'
 
 # ---------------------------------------------------------------------