forked from getodk/build
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yml.sample
72 lines (68 loc) · 1.22 KB
/
config.yml.sample
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
development:
cookie_secret: sample
oauth_key: anonymous
oauth_secret: anonymous
database:
users:
host: localhost
port: 4200
type: DB
forms:
host: localhost
port: 4201
type: DB
form_data:
host: localhost
port: 4202
type: DB
aggregate_requests:
host: localhost
port: 4203
type: Table
test:
cookie_secret: sample
oauth_key: anonymous
oauth_secret: anonymous
staging:
cookie_secret: sample
oauth_key: anonymous
oauth_secret: anonymous
database:
users:
host: localhost
port: 4100
type: DB
forms:
host: localhost
port: 4101
type: DB
form_data:
host: localhost
port: 4102
type: DB
aggregate_requests:
host: localhost
port: 4203
type: Table
production:
cookie_secret: sample
oauth_key: anonymous
oauth_secret: anonymous
google_analytics_id: UA-12345678-9
database:
users:
host: localhost
port: 4000
type: DB
forms:
host: localhost
port: 4001
type: DB
form_data:
host: localhost
port: 4002
type: DB
aggregate_requests:
host: localhost
port: 4003
type: Table