forked from getodk/central-backend
-
Notifications
You must be signed in to change notification settings - Fork 1
/
default.json
55 lines (54 loc) · 1.29 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
52
53
54
{
"default": {
"database": {
"host": "localhost",
"user": "jubilant",
"password": "jubilant",
"database": "jubilant"
},
"server": {
"port": 8383
},
"email": {
"serviceAccount": "[email protected]",
"transport": "json"
},
"xlsform": {
"host": "localhost",
"port": 5000
},
"enketo": {
"url": "http://localhost:8005/-",
"apiKey": "enketorules"
},
"env": {
"domain": "http://localhost:8989",
"sysadminAccount": "[email protected]"
},
"external": {
"google": {
"clientId": "660095633112-h7bhsjenhp1agd0c4v3cmqk6bccgkdu0.apps.googleusercontent.com",
"clientSecret": "lzu2vK1NFqqd6Y5HiN-7ByvE"
},
"sentry": {},
"analytics": {
"url": "https://data.getodk.cloud/v1/key/eOZ7S4bzyUW!g1PF6dIXsnSqktRuewzLTpmc6ipBtRq$LDfIMTUKswCexvE0UwJ9/projects/1/submission",
"formId": "odk-analytics",
"version": "2022.05.26.01"
}
}
},
"test": {
"database": {
"host": "localhost",
"user": "jubilant",
"password": "jubilant",
"database": "jubilant_test"
},
"email": {
"serviceAccount": "[email protected]",
"transport": "json",
"transportOpts": { "newline": "unix" }
}
}
}