-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathsettings.json
More file actions
33 lines (33 loc) · 836 Bytes
/
settings.json
File metadata and controls
33 lines (33 loc) · 836 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
29
30
31
32
33
{
"public": {
"map": {
"extent": [ 12800000, 525000, 14500000, 2450000 ],
"bingAPIKey": "AtsCXPry0QFxHVXRBJDXPVVy88GhE6tTwtW61SNJoVl8AYwcNce_UsO3VZ3lGT3Q"
},
"turkserver": {
"watchRoute": "/mapper"
}
},
"turkserver": {
"adminPassword": "test",
"mturk": {
"sandbox": true,
"accessKeyId": "FILL_ME_IN",
"secretAccessKey": "FILL_ME_IN_TOO",
"externalUrl": "http://localhost:3000/",
"frameHeight": 800
}
},
"sharejs": {
"options": {
"accounts_auth": {
"authenticate": {
"collection": "users",
"token_validations": {
"_id": "is_equal"
}
}
}
}
}
}