diff options
Diffstat (limited to 'debian/etc')
-rw-r--r-- | debian/etc/taler-exchange.conf | 28 | ||||
-rw-r--r-- | debian/etc/taler-wire.conf | 4 |
2 files changed, 21 insertions, 11 deletions
diff --git a/debian/etc/taler-exchange.conf b/debian/etc/taler-exchange.conf index b9eba1651..34af223d2 100644 --- a/debian/etc/taler-exchange.conf +++ b/debian/etc/taler-exchange.conf @@ -1,8 +1,12 @@ -# First line should be: "INLINE@ /etc/taler-exchange-db.conf" -@INLINE@ /etc/taler-exchange-db.conf +# First line should be: "INLINE@ taler-exchange-db.conf" +# 2nd line should be: "INLINE@ taler-secmod.conf" +@INLINE@ taler-exchange-db.conf +@INLINE@ taler-secmod.conf # Do not edit this file using 'taler-config', otherwise the line # above will be lost! - +# +# Please read the taler-exchange.README.Debian for how to configure a Taler exchange. +# [PATHS] @@ -19,10 +23,16 @@ UNIXPATH = /var/lib/taler-exchange/exchange.sock # Only supported database is Postgres right now. DATABASE = postgres -[taler] -# Here you need to set the currency of your exchange: -# CURRENCY = KUDOS +# Here you MUST add the master public key of the offline system +# which you can get using `taler-exchange-offline setup`. +# This is just an example, your key will be different! +# MASTER_PUBLIC_KEY = YE6Q6TR1EDB7FD0S68TGDZGF1P0GHJD2S0XVV8R2S62MYJ6HJ4ZG +MASTER_PUBLIC_KEY = -[coin_FOO] -# You must specify the various denominations to be offered by your exchange -# in sections called "coin_". +# For your terms of service and privacy policy, you should specify +# an Etag that must be updated whenever there are significant +# changes to either document. The format is up to you, what matters +# is that the value is updated and never re-used. See the HTTP +# specification on Etags. +# TERMS_ETAG = +# PRIVACY_ETAG = diff --git a/debian/etc/taler-wire.conf b/debian/etc/taler-wire.conf index 02c5993f9..d0484381a 100644 --- a/debian/etc/taler-wire.conf +++ b/debian/etc/taler-wire.conf @@ -1,5 +1,5 @@ -# First line should be: "INLINE@ /etc/taler-exchange-db.conf" -@INLINE@ /etc/taler-exchange-db.conf +# First line should be: "INLINE@ taler-exchange-db.conf" +@INLINE@ taler-exchange-db.conf # Do not edit this file using 'taler-config', otherwise the line # above will be lost! |