Browse Source

fix: Azure client ID typo

pull/224/head
Nicolas Giard 7 years ago
committed by GitHub
parent
commit
101158f160
1 changed files with 1 additions and 1 deletions
  1. 2
      config.sample.yml

2
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'

Loading…
Cancel
Save