summaryrefslogtreecommitdiff
path: root/taler-arm
diff options
context:
space:
mode:
authorMS <ms@taler.net>2021-05-12 21:26:46 +0200
committerMS <ms@taler.net>2021-05-12 21:26:46 +0200
commit8cf5a070d675b86932274b3997081e5427492480 (patch)
tree8ebdded590f3f9d3de863bb8f09465b55234d8e9 /taler-arm
parent09893651637313875a46df0698e7732a56f52918 (diff)
downloaddeployment-8cf5a070d675b86932274b3997081e5427492480.tar.gz
deployment-8cf5a070d675b86932274b3997081e5427492480.tar.bz2
deployment-8cf5a070d675b86932274b3997081e5427492480.zip
adapt sync to new auth style
Diffstat (limited to 'taler-arm')
-rw-r--r--taler-arm/taler-sync.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/taler-arm/taler-sync.conf b/taler-arm/taler-sync.conf
index 996dccf..35a7fbf 100644
--- a/taler-arm/taler-sync.conf
+++ b/taler-arm/taler-sync.conf
@@ -4,4 +4,4 @@ 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 sandbox
+OPTIONS = -l $HOME/logs/sync-%Y-%m-%d.log --apikey "Bearer ${TALER_ENV_FRONTENDS_APITOKEN}"