[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-deployment] branch master updated: -needs https
From: |
gnunet |
Subject: |
[taler-deployment] branch master updated: -needs https |
Date: |
Tue, 11 Jun 2024 11:52:55 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository deployment.
The following commit(s) were added to refs/heads/master by this push:
new 49c2aa8 -needs https
49c2aa8 is described below
commit 49c2aa88fcce75ce4c78dfe8c902e89ba22da1e8
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Jun 11 11:52:51 2024 +0200
-needs https
---
netzbon/setup-merchants.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/netzbon/setup-merchants.sh b/netzbon/setup-merchants.sh
index 81eff64..0b03140 100755
--- a/netzbon/setup-merchants.sh
+++ b/netzbon/setup-merchants.sh
@@ -27,8 +27,8 @@ do
PW=$(jq .[$INDEX].pass < $1)
taler-harness deployment provision-bank-and-merchant \
- "merchant.${BASE_URL}" \
- "bank.${BASE_URL}" \
+ "https://merchant.${BASE_URL}" \
+ "https://bank.${BASE_URL}" \
"--merchant-management-token=${MERCHANT_TOKEN}" \
"--bank-admin-token=${BANK_ADMIN_TOKEN}" \
"--id=${ID}" \
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [taler-deployment] branch master updated: -needs https,
gnunet <=