summaryrefslogtreecommitdiff
path: root/c2ec/c2ec-config.yaml
blob: 7698a60b3e25390c60c84e518092f1143eaf2d44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
c2ec:
  prod: false
  host: "localhost"
  port: 8082
  unix-domain-socket: false
  unix-socket-path: "c2ec.sock"
  fail-on-missing-attestors: false # forced if prod=true
  credit-account: "payto://iban/CH50030202099498" # this account must be specified at the providers backends as well
  max-retries: 3
  retry-delay-ms: 1000
  wire-gateway:
    username: "wire"
    password: "secret"
db:
  host: "localhost"
  port: 5432
  username: "local"
  password: "local"
  database: "postgres"
providers:
  - name: "Wallee"
    credentials-password: "secret" # dummy terminal password: cNuEkK4iT4NpREqTbpYfZxpM0Skvvw+niJOT47QtM90=
  - name: "Simulation"
    credentials-password: "secret"