-
Notifications
You must be signed in to change notification settings - Fork 0
/
sample settings.json
25 lines (25 loc) · 945 Bytes
/
sample settings.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"Microsoft": {
"authority": "https://login.microsoftonline.com/ORG.COM",
"application_id": "guid of the Azure application",
"scope": [
"https://graph.microsoft.com/.default"
],
"secret": "a big long password",
"graph_endpoint": "https://graph.microsoft.com/v1.0",
"registrars": [
"a guid userId who should be added to all classes as owner",
"optionally another registrar's guid userId",
"optionally another registrar's guid userId"
],
"faculty_team": "a guid groupId",
"student_team": "a guid groupId"
},
"PowerCampus": {
"database_string": "Driver={ODBC Driver 13 for SQL Server};Server=SERVERNAME;Database=campus6;Trusted_Connection=yes;ServerSPN=MSSQLSvc/SERVERNAME.AD.ORG.COM;"
},
"debug": true,
"dry_run": false,
"clear_cache_sections": true,
"clear_cache_users": true
}