c2ec-config.yaml (869B)
1 c2ec: 2 source: "https://git.taler.net/cashless2ecash.git/tree/c2ec" 3 prod: false 4 host: "localhost" 5 port: 8082 6 unix-domain-socket: false 7 unix-socket-path: "c2ec.sock" 8 unix-path-mode: 660 9 fail-on-missing-attestors: false # forced if prod=true 10 exchange-base-url: "http://exchange.test.net/" # MAKE SURE TO DEFINE THE URL IN CANONICAL FORM (ending with /) 11 credit-account: "payto://IBAN/CH50030202099498" # this account must be specified at the providers backends as well 12 currency: "CHF" 13 currency-fraction-digits: 2 14 withdrawal-fees: "CHF:0.05" 15 max-retries: 100 16 retry-delay-ms: 1000 17 wire-gateway: 18 username: "wire" 19 password: "secret" 20 db: 21 connstr: "" 22 host: "localhost" 23 port: 5432 24 username: "local" 25 password: "local" 26 database: "c2ec" 27 providers: 28 - name: "Simulation" 29 key: "secret" 30 # - name: "Wallee" 31 # key: "secret"