forked from pryv/open-pryv.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
35 lines (35 loc) · 812 Bytes
/
config.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
26
27
28
29
30
31
32
33
34
35
{
"openSource": {
"isActive": true
},
"dnsLess": {
"isActive": true,
"publicUrl": "http://localhost:3000"
},
"http": {
"port": 3000,
"ip": "127.0.0.1"
},
"auth": {
"adminAccessKey": "REPLACE_ME",
"trustedApps": "*@https://pryv.github.io*, *@https://*.rec.la*"
},
"eventFiles": {
"attachmentsDirPath": "var-pryv/attachment-files"
},
"service": {
"name": "Open-Pryv.io",
"support": "https://pryv.com/open-pryv-non-configured-page/",
"terms": "https://pryv.com/open-pryv-non-configured-page/",
"home": "https://pryv.com/open-pryv-non-configured-page/",
"eventTypes": "https://api.pryv.com/event-types/flat.json"
},
"services": {
"email": {
"enabled": {
"welcome": true,
"resetPassword": true
}
}
}
}