[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [taler-deployment] branch master updated: put sandbox apike
From: |
gnunet |
Subject: |
[GNUnet-SVN] [taler-deployment] branch master updated: put sandbox apikey in config |
Date: |
Mon, 29 Jan 2018 23:40:06 +0100 |
This is an automated email from the git hooks/post-receive script.
dold pushed a commit to branch master
in repository deployment.
The following commit(s) were added to refs/heads/master by this push:
new 4d0f03c put sandbox apikey in config
4d0f03c is described below
commit 4d0f03c4992455a71e2cde3ddc5fe1ae162ab44e
Author: Florian Dold <address@hidden>
AuthorDate: Mon Jan 29 23:40:01 2018 +0100
put sandbox apikey in config
---
config/generate-config | 1 +
1 file changed, 1 insertion(+)
diff --git a/config/generate-config b/config/generate-config
index 37f5754..c708a11 100755
--- a/config/generate-config
+++ b/config/generate-config
@@ -106,6 +106,7 @@ def config(currency, envname, exchange_pub, standalone):
cfg_put("merchant-exchange-test", "master_key", exchange_pub)
+ cfg_put("frontends", "backend_apikey", "sandbox".format(envname))
if standalone:
cfg_put("frontends", "backend",
"https://env.taler.net/{}/merchant-backend/".format(envname))
else:
--
To stop receiving notification emails like this one, please contact
address@hidden
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] [taler-deployment] branch master updated: put sandbox apikey in config,
gnunet <=