gnutaler-docker/sync/conf/taler-sync.conf

12 lines
296 B
Text
Raw Normal View History

[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