[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-sandcastle-ng] branch master updated: fix quoting
From: |
gnunet |
Subject: |
[taler-sandcastle-ng] branch master updated: fix quoting |
Date: |
Sun, 25 Aug 2024 14:22:21 +0200 |
This is an automated email from the git hooks/post-receive script.
dold pushed a commit to branch master
in repository sandcastle-ng.
The following commit(s) were added to refs/heads/master by this push:
new 87ecb04 fix quoting
87ecb04 is described below
commit 87ecb0444cdbf1b36e3003a31fc5c76ce75d855c
Author: Florian Dold <florian@dold.me>
AuthorDate: Sun Aug 25 14:22:15 2024 +0200
fix quoting
---
scripts/demo/setup-sandcastle.sh | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/scripts/demo/setup-sandcastle.sh b/scripts/demo/setup-sandcastle.sh
index fda185c..dfc644d 100755
--- a/scripts/demo/setup-sandcastle.sh
+++ b/scripts/demo/setup-sandcastle.sh
@@ -434,9 +434,9 @@ KYC_OAUTH2_VALIDITY = 2d
KYC_OAUTH2_CLIENT_ID = $CHALLENGER_CLIENT_ID
KYC_OAUTH2_CLIENT_SECRET = $CHALLENGER_CLIENT_SECRET
KYC_OAUTH2_AUTHORIZE_URL = "https://$CHALLENGER_DOMAIN/authorize#setup"
-KYC_OAUTH2_TOKEN_URL = "https://$CHALLENGER_DOMAIN/token
-KYC_OAUTH2_INFO_URL = "https://$CHALLENGER_DOMAIN/info
-KYC_OAUTH2_POST_URL = https://$EXCHANGE_DOMAIN/kyc-done
+KYC_OAUTH2_TOKEN_URL = "https://$CHALLENGER_DOMAIN/token"
+KYC_OAUTH2_INFO_URL = "https://$CHALLENGER_DOMAIN/info"
+KYC_OAUTH2_POST_URL = "https://$EXCHANGE_DOMAIN/kyc-done"
KYC_OAUTH2_CONVERTER_HELPER = taler-exchange-kyc-oauth2-challenger.sh
EOF
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-sandcastle-ng] branch master updated: fix quoting,
gnunet <=