11 lines
296 B
Text
11 lines
296 B
Text
[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
|