exchange-db.secret.conf (277B)
1 # Database configuration for the Taler exchange. 2 3 [exchangedb-postgres] 4 5 # Typically, there should only be a single line here, of the form: 6 7 CONFIG=postgres:///taler-exchange 8 9 # The details of the URI depend on where the database lives and how 10 # access control was configured.