taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 2293eaede600c423f6635366b72a9a5ebc2f892b
parent aa712e77ba1596ca9f0da865c101ed7916458a1a
Author: Florian Dold <florian.dold@gmail.com>
Date:   Mon, 29 Feb 2016 14:43:19 +0100

rename from mint to exchange

Diffstat:
Mcrontab.template | 2+-
Ataler-arm/taler-exchange.conf | 4++++
Dtaler-arm/taler-mint.conf | 4----
Rupdate_mint.sh -> update_exchange.sh | 0
4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/crontab.template b/crontab.template @@ -6,7 +6,7 @@ MAILTO=demo@localhost @reboot $HOME/deployment/start.sh &>/dev/null @monthly $HOME/deployment/update_gnunet.sh &>/dev/null -3 * * * * $HOME/deployment/update_mint.sh &>/dev/null +3 * * * * $HOME/deployment/update_exchange.sh &>/dev/null 3 * * * * $HOME/deployment/update_demo.sh &>/dev/null 13 * * * * $HOME/deployment/update_merchant.sh &>/dev/null */13 * * * * $HOME/deployment/update_bank.sh &>/dev/null diff --git a/taler-arm/taler-exchange.conf b/taler-arm/taler-exchange.conf @@ -0,0 +1,4 @@ +[taler-exchange] +TYPE = simple +BINARY = taler-mint-httpd +OPTIONS = -d $HOME/exchange_config diff --git a/taler-arm/taler-mint.conf b/taler-arm/taler-mint.conf @@ -1,4 +0,0 @@ -[taler-mint] -TYPE = simple -BINARY = taler-mint-httpd -OPTIONS = -d $HOME/mint_config diff --git a/update_mint.sh b/update_exchange.sh