-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconfig.json
More file actions
28 lines (28 loc) · 720 Bytes
/
config.json
File metadata and controls
28 lines (28 loc) · 720 Bytes
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
{
"DynamoDb": {
"Region": "eu-central-1",
"Endpoint": "http://localhost:8000",
"IdeasTableName": "Ideas",
"AccessKey": "DummyKey",
"SecretAccessKey": "DummySecret"
},
"HostInfo": {
"HostUrl": "http://localhost:3000",
"SPAUrl": "http://localhost:9000"
},
"GitHub_Auth": {
"ClientId": "",
"ClientSecret": ""
},
"Organization": {
"Id": 11661932,
"Name": "NIPOSoftwareBV"
},
"BusinessRules": {
"Administrators": ["joukevandermaas", "DorisNipo", "rutger-de-jong", "hakant"],
"MaxTeamSize": 5,
"AllowJoins": true,
"AllowLikes": true,
"AllowAddEdit": true
}
}