commit a95c21fca0cf32659c24a0d8b632d5cb00a54d59 parent b6a497c645704350316f50c894a7086ff0405a28 Author: Florian Dold <florian.dold@gmail.com> Date: Tue, 1 Mar 2016 18:07:30 +0100 config location Diffstat:
| M | taler-arm/taler-exchange.conf | | | 2 | +- |
| M | taler-arm/taler-merchant.conf | | | 2 | +- |
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/taler-arm/taler-exchange.conf b/taler-arm/taler-exchange.conf @@ -1,4 +1,4 @@ [taler-exchange] TYPE = simple BINARY = taler-mint-httpd -OPTIONS = -d $HOME/exchange_config +OPTIONS = -d $HOME/config/exchange diff --git a/taler-arm/taler-merchant.conf b/taler-arm/taler-merchant.conf @@ -1,4 +1,4 @@ [taler-merchant] TYPE = simple BINARY = taler-merchant-httpd -OPTIONS = -t -c $HOME/merchant.conf +OPTIONS = -t -c $HOME/config/merchant.conf