blob: 7fb65d983679e37f5d6368d888d85d735c91e3c1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
# Configuration settings for system parameters of the exchange.
# Read secret sections into configuration, but only
# if we have permission to do so.
@inline-secret@ exchange-account-1 ../secrets/exchange-accounts.secret.conf
@inline-secret@ exchangedb-postgres ../secrets/exchange-db.secret.conf
[exchange]
# Only supported database is Postgres right now.
DATABASE = postgres
|