-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathexample.json
More file actions
45 lines (45 loc) · 1.28 KB
/
example.json
File metadata and controls
45 lines (45 loc) · 1.28 KB
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"baseUrl": "http://localhost:5000",
"hostname": "127.0.0.1",
"port": 5000,
"openUnknownFiles": true,
"loginProviders": [
{
"type": "saml",
"id": "samling",
"name": "Sustainsys Stub IDP",
"metadata": { "url": "https://stubidp.sustainsys.com/Metadata" },
"attributes": {
"name": "name",
"email": "email",
"role": "role",
"roleMapping": {
"admin": "admin",
"user": "user",
"student": "user"
}
}
},
{
"type": "builtin",
"id": "atelier",
"name": "Atelier",
"register": true
}
],
"database": {
"user": "assistantassistant",
"host": "localhost",
"database": "assistantassistant",
"password": "0disabled-Dusky-lags-Nursery4-Nods-2Floss-Coat-Butte-4Ethel-Hypnosis-bel",
"port": 5432,
"pool": {
"max": 1
}
},
"canvas": {
"clientId": "182170000000000110",
"clientSecret": "XWQdS65BrQyur2LCugFlmigNpNEfjLSLCnPx9SINAnX9pojYI8lrefoeFdSLJQXD",
"baseUrl": "https://utwente-dev.instructure.com"
}
}