summaryrefslogtreecommitdiff
path: root/configs/etc/taler/secrets/exchange-db.secret.conf
blob: 68915ff8cc08a1eddb5703bdffa9d21bfccc33ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Database configuration for the Taler exchange.

[exchangedb-postgres]

# Typically, there should only be a single line here, of the form:

CONFIG=<DB_URL_HERE>

# The details of the URI depend on where the database lives and how
# access control was configured.

SHARD_REMOTE_USER=<SHARD_USER_HERE>
SHARD_REMOTE_USER_PW=<SHARD_USER_PW_HERE>