-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathobserver.yaml
More file actions
40 lines (34 loc) · 836 Bytes
/
observer.yaml
File metadata and controls
40 lines (34 loc) · 836 Bytes
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
server:
listen: "0.0.0.0:8282"
read_timeout_seconds: 10
write_timeout_seconds: 20
shutdown_timeout_seconds: 15
storage:
postgres_dsn: "postgres://votechain:${CENTRAL_DB_PASSWORD}@postgres-central:5432/votechain_ingest?sslmode=disable"
max_conns: 8
min_conns: 1
machine:
url: ""
bearer_token: ""
timeout_seconds: 5
ingest:
url: "http://votechain-ingest:8181"
bearer_token: "${INGEST_TOKEN}"
timeout_seconds: 5
nodes:
- role: "federal"
url: "http://ledger-federal:8301"
timeout_seconds: 5
- role: "state"
url: "http://ledger-state:8302"
timeout_seconds: 5
- role: "oversight"
url: "http://ledger-oversight:8303"
timeout_seconds: 5
security:
enforce_secure_transport: false
logging:
service: "votechain-observer"
version: "0.1.0"
commit: "compose"
region: "observer"