浏览代码

fix: Azure client ID typo

Nicolas Giard 7 年之前
父节点
当前提交
101158f160
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      config.sample.yml

+ 1 - 1
config.sample.yml

@@ -89,7 +89,7 @@ auth:
     tlsCertPath: C:\example\root_ca_cert.crt
   azure:
     enabled: false
-    clientID: APP_ID
+    clientId: APP_ID
     clientSecret: APP_SECRET_KEY
     resource: '00000002-0000-0000-c000-000000000000'
     tenant: 'YOUR_TENANT.onmicrosoft.com'