[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-deployment] branch master updated: Giving Apikey in sync's config
From: |
gnunet |
Subject: |
[taler-deployment] branch master updated: Giving Apikey in sync's config |
Date: |
Mon, 14 Jun 2021 15:32:03 +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 9b4ea0c Giving Apikey in sync's config
9b4ea0c is described below
commit 9b4ea0c8c0b4201b6d40694539cb0727ad6f013d
Author: ms <ms@taler.net>
AuthorDate: Mon Jun 14 15:32:00 2021 +0200
Giving Apikey in sync's config
---
bin/taler-deployment-config-generate | 1 +
1 file changed, 1 insertion(+)
diff --git a/bin/taler-deployment-config-generate
b/bin/taler-deployment-config-generate
index e721590..976c28c 100755
--- a/bin/taler-deployment-config-generate
+++ b/bin/taler-deployment-config-generate
@@ -247,6 +247,7 @@ def main(currency, envname, outdir, exchange_pub,
frontends_apitoken):
sc = ConfigFile(envname, currency, exchange_pub, "sync.conf")
sc.cfg_put("taler", "currency", sc.currency)
sc.cfg_put("sync", "serve", "unix")
+ sc.cfg_put("sync", "apikey", f"Bearer {frontends_apitoken}")
sc.cfg_put("sync", "unixpath", "$HOME/sockets/sync.http")
sc.cfg_put("sync", "annual_fee", sc.currency + ":0.1")
sc.cfg_put("sync", "fulfillment_url", "taler://fulfillment-success/")
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-deployment] branch master updated: Giving Apikey in sync's config,
gnunet <=