fix: Fixed invalid sample config file

[ci skip]
This commit is contained in:
NGPixel 2017-04-29 13:28:27 -04:00
parent 3619232af2
commit d6ea7992d9
2 changed files with 4 additions and 4 deletions

View File

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

View File

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