Add sync service and fix tarball detection for taler-exchange/merchant

This commit is contained in:
nocci 2025-12-12 12:38:53 +00:00
parent 9543a56982
commit 2121a7763a
5 changed files with 97 additions and 5 deletions

11
sync/conf/taler-sync.conf Normal file
View file

@ -0,0 +1,11 @@
[sync]
# Public URL where the sync service is reachable
BASE_URL = https://sync.domain.tld/
SERVE = tcp
PORT = 8087
BIND_TO = 0.0.0.0
DB = postgres
[syncdb-postgres]
# Adjust credentials/host in .env and ensure they match this URL
CONFIG = postgres://talersync:talersync@postgres:5432/talersync