gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-deployment] branch master updated: fixme


From: gnunet
Subject: [taler-deployment] branch master updated: fixme
Date: Wed, 15 Jul 2020 18:38:29 +0200

This is an automated email from the git hooks/post-receive script.

ms pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 46b6ebf  fixme
46b6ebf is described below

commit 46b6ebf9890780c2bb98ad5204e497bbc36fe989
Author: MS <ms@taler.net>
AuthorDate: Wed Jul 15 18:38:24 2020 +0200

    fixme
---
 bin/taler-config-instances | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/bin/taler-config-instances b/bin/taler-config-instances
index 7a1ff8b..6deb106 100755
--- a/bin/taler-config-instances
+++ b/bin/taler-config-instances
@@ -4,6 +4,9 @@ import requests
 
 MERCHANT_BACKEND_BASE_URL = "http://localhost:9966";
 INSTANCE_CONFIG_URL = "{}/private/instances".format(MERCHANT_BACKEND_BASE_URL)
+
+# FIXME: fetch base URL from: TALER_ENV_MERCHANT_BACKEND!
+
 def expectResponse(response, expected_status_code):
     if response.status_code != expected_status_code:
         print("Configuration failed on URL: {}".format(response.url))

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]