Add sync service and fix tarball detection for taler-exchange/merchant
This commit is contained in:
parent
9543a56982
commit
2121a7763a
5 changed files with 97 additions and 5 deletions
11
sync/conf/taler-sync.conf
Normal file
11
sync/conf/taler-sync.conf
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue