-
Notifications
You must be signed in to change notification settings - Fork 76
/
default.json
52 lines (51 loc) · 1.17 KB
/
default.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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"default": {
"database": {
"host": "localhost",
"user": "jubilant",
"password": "jubilant",
"database": "jubilant"
},
"server": {
"port": 8383
},
"email": {
"serviceAccount": "no-reply@getodk.org",
"transport": "json"
},
"xlsform": {
"host": "localhost",
"port": 5001
},
"enketo": {
"url": "http://localhost:8005/-",
"apiKey": "enketorules"
},
"env": {
"domain": "http://localhost:8989",
"sysadminAccount": "no-reply@getodk.org"
},
"external": {
"sentry": {},
"analytics": {
"url": "https://data.getodk.cloud/v1/key/eOZ7S4bzyUW!g1PF6dIXsnSqktRuewzLTpmc6ipBtRq$LDfIMTUKswCexvE0UwJ9/projects/1/forms/odk-analytics/submissions",
"formId": "odk-analytics",
"version": "v2024.2.0_1"
},
"s3blobStore": {}
}
},
"test": {
"database": {
"host": "localhost",
"user": "jubilant",
"password": "jubilant",
"database": "jubilant_test"
},
"email": {
"serviceAccount": "no-reply@getodk.org",
"transport": "json",
"transportOpts": { "newline": "unix" }
}
}
}