diff options
Diffstat (limited to 'debian/etc-taler-exchange/taler/conf.d/exchange-system.conf')
-rw-r--r-- | debian/etc-taler-exchange/taler/conf.d/exchange-system.conf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/debian/etc-taler-exchange/taler/conf.d/exchange-system.conf b/debian/etc-taler-exchange/taler/conf.d/exchange-system.conf new file mode 100644 index 00000000..7fb65d98 --- /dev/null +++ b/debian/etc-taler-exchange/taler/conf.d/exchange-system.conf @@ -0,0 +1,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 |