forked from getodk/central-backend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefault.json
45 lines (44 loc) · 954 Bytes
/
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
{
"default": {
"database": {
"host": "localhost",
"user": "jubilant",
"password": "jubilant",
"database": "jubilant"
},
"server": {
"port": 8383
},
"email": {
"serviceAccount": "[email protected]",
"transport": "json"
},
"xlsform": {
"host": "localhost",
"port": 5000
},
"env": {
"domain": "http://localhost:8989"
},
"external": {
"google": {
"clientId": "660095633112-h7bhsjenhp1agd0c4v3cmqk6bccgkdu0.apps.googleusercontent.com",
"clientSecret": "lzu2vK1NFqqd6Y5HiN-7ByvE"
},
"sentry": {}
}
},
"test": {
"database": {
"host": "localhost",
"user": "jubilant",
"password": "jubilant",
"database": "jubilant_test"
},
"email": {
"serviceAccount": "[email protected]",
"transport": "json",
"transportOpts": { "newline": "unix" }
}
}
}