commit 14b1592834bab6d820cce29b792ef0e7ff59682e parent ee50d4106ce99dd79a34a071bb9a8d2090b7c186 Author: ms <ms@taler.net> Date: Mon, 14 Jun 2021 15:30:16 +0200 not launching sync with Apikey among params Diffstat:
| M | taler-arm/taler-sync.conf | | | 5 | +---- |
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/taler-arm/taler-sync.conf b/taler-arm/taler-sync.conf @@ -1,7 +1,4 @@ [taler-sync] TYPE = simple BINARY = sync-httpd -# Ugly hack: Specify the merchant backend API key here. -# Ideally, the sync httpd would read the API key from -# the sync.conf, but it can't do that yet. -OPTIONS = -l $HOME/logs/sync-%Y-%m-%d.log --apikey "Bearer ${TALER_ENV_FRONTENDS_APITOKEN}" +OPTIONS = -l $HOME/logs/sync-%Y-%m-%d.log