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