fix: Fixed invalid sample config file
[ci skip]
This commit is contained in:
parent
3619232af2
commit
d6ea7992d9
@ -89,8 +89,8 @@ auth:
|
|||||||
azure:
|
azure:
|
||||||
enabled: false
|
enabled: false
|
||||||
clientID: APP_ID
|
clientID: APP_ID
|
||||||
clientSecret: APP_SECRET_KEY,
|
clientSecret: APP_SECRET_KEY
|
||||||
resource: '00000002-0000-0000-c000-000000000000',
|
resource: '00000002-0000-0000-c000-000000000000'
|
||||||
tenant: 'YOUR_TENANT.onmicrosoft.com'
|
tenant: 'YOUR_TENANT.onmicrosoft.com'
|
||||||
|
|
||||||
# ---------------------------------------------------------------------
|
# ---------------------------------------------------------------------
|
||||||
|
@ -89,8 +89,8 @@ auth:
|
|||||||
azure:
|
azure:
|
||||||
enabled: false
|
enabled: false
|
||||||
clientID: APP_ID
|
clientID: APP_ID
|
||||||
clientSecret: APP_SECRET_KEY,
|
clientSecret: APP_SECRET_KEY
|
||||||
resource: '00000002-0000-0000-c000-000000000000',
|
resource: '00000002-0000-0000-c000-000000000000'
|
||||||
tenant: 'YOUR_TENANT.onmicrosoft.com'
|
tenant: 'YOUR_TENANT.onmicrosoft.com'
|
||||||
|
|
||||||
# ---------------------------------------------------------------------
|
# ---------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user