blob: 00cbc82fa2fc651f95d20ba6541f94e8f8c82dac (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[mint]
# Currency supported by the mint (can only be one)
CURRENCY = EUR
# How to access our database
DB = postgres:///taler
# HTTP port the mint listens to
PORT = 4241
# Master public key used to sign the mint's various keys
TMH_MASTER_PUBLIC_KEY = ...
|