summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rwxr-xr-xconfig/generate-config2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/generate-config b/config/generate-config
index e1f1957..832638d 100755
--- a/config/generate-config
+++ b/config/generate-config
@@ -160,6 +160,8 @@ def config(obj):
obj.cfg_put("exchange", "serve", "unix")
obj.cfg_put("exchange", "unixpath", "$HOME/sockets/exchange.http")
obj.cfg_put("exchange", "master_public_key", obj.exchange_pub)
+ obj.cfg_put("exchange", "terms_etag", "0")
+ obj.cfg_put("exchange", "terms_dir", "$HOME/local/share/taler-exchange/tos")
obj.cfg_put("exchange", "master_priv_file", "${TALER_DEPLOYMENT_DATA}/exchange/offline-keys/master.priv")
obj.cfg_put("exchange", "keydir", "${TALER_DEPLOYMENT_DATA}/exchange/live-keys/")