aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/taler-deployment-prepare2
-rwxr-xr-xbin/taler-deployment-prepare-with-eufin19
-rw-r--r--taler-arm/libeufin-sandbox.conf2
3 files changed, 5 insertions, 18 deletions
diff --git a/bin/taler-deployment-prepare b/bin/taler-deployment-prepare
index df0b6ff..fe7aadf 100755
--- a/bin/taler-deployment-prepare
+++ b/bin/taler-deployment-prepare
@@ -76,6 +76,8 @@ else
taler-exchange-dbinit
fi
+
+
##
## Step 2: Copy key material and update denom keys
##
diff --git a/bin/taler-deployment-prepare-with-eufin b/bin/taler-deployment-prepare-with-eufin
index d35895f..60c4736 100755
--- a/bin/taler-deployment-prepare-with-eufin
+++ b/bin/taler-deployment-prepare-with-eufin
@@ -82,21 +82,6 @@ fi
## Step 2: Copy key material and update denom keys
##
-# For demo, make sure the link to shared data between demo-blue and demo-green is
-# set up properly.
-case $TALER_ENV_NAME in
- demo)
- echo -n "Syminking demo's taler-data/ to the color's home directory.."
- ln -sfT ~demo/shared-data ~/taler-data
- # Check if we won't mess up permissions later
- if [[ ! -g ~/taler-data ]]; then
- echo "the shared-data directory should have the set-group-id bit set"
- exit 1
- fi
- echo " OK"
- ;;
-esac
-
echo -n "Trying to copy the exchange private key from deployment.git.."
case $TALER_ENV_NAME in
demo|test|int|local)
@@ -217,13 +202,13 @@ function prepare_nexus_account() {
--offered-account-id=$5 --nexus-bank-account-id=$4 $3 > /dev/null
echo " OK"
# Set how often the automatic routing must fetch the bank account.
- echo -n "Setting background payment initiator.."
+ echo -n "Setting background payment initiator.."
libeufin-cli accounts task-schedule $4 \
--task-type="submit" \
--task-name='submit-payments-every-second' \
--task-cronspec='* * *'
echo " OK"
- echo -n "Setting background history fetch.."
+ echo -n "Setting background history fetch.."
libeufin-cli accounts task-schedule $4 \
--task-type="fetch" \
--task-name='fetch-reports-every-second' \
diff --git a/taler-arm/libeufin-sandbox.conf b/taler-arm/libeufin-sandbox.conf
index 1acd036..b13337a 100644
--- a/taler-arm/libeufin-sandbox.conf
+++ b/taler-arm/libeufin-sandbox.conf
@@ -1,4 +1,4 @@
[libeufin-sandbox]
TYPE = simple
BINARY = taler-log-adapter
-OPTIONS = $HOME/logs/sandbox-%Y-%m-%d.log libeufin-sandbox serve --port=5111
+OPTIONS = $HOME/logs/sandbox-%Y-%m-%d.log libeufin-sandbox serve --port=5111 --no-auth