commit b0e6ea726b4ba1d3f4c20cd3cc2ecfa257dee64d parent e106ce476eb0d3a86c06e2a127d0aa098a759ece Author: Florian Dold <florian.dold@gmail.com> Date: Wed, 27 Apr 2016 14:15:35 +0200 keydir should be shared Diffstat:
| M | config/demo.taler.net/taler.conf | | | 1 | + |
| M | config/test.taler.net/taler.conf | | | 1 | + |
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/config/demo.taler.net/taler.conf b/config/demo.taler.net/taler.conf @@ -50,6 +50,7 @@ MASTER_PRIV_FILE = ${TALER_DEPLOYMENT_SHARED}/exchange/offline-keys/master.priv MASTER_PUBLIC_KEY = CQQZ9DY3MZ1ARMN5K1VKDETS04Y2QCKMMCFHZSWJWWVN82BTTH00 WIREFORMAT = test TESTRUN = YES +KEYDIR = ${TALER_DEPLOYMENT_SHARED}/exchange/live-keys/ [exchangedb-postgres] diff --git a/config/test.taler.net/taler.conf b/config/test.taler.net/taler.conf @@ -50,6 +50,7 @@ MASTER_PRIV_FILE = ${TALER_DEPLOYMENT_SHARED}/exchange/offline-keys/master.priv MASTER_PUBLIC_KEY = CQQZ9DY3MZ1ARMN5K1VKDETS04Y2QCKMMCFHZSWJWWVN82BTTH00 WIREFORMAT = test TESTRUN = YES +KEYDIR = ${TALER_DEPLOYMENT_SHARED}/exchange/live-keys/ [exchangedb-postgres]