# Configuration settings for system parameters of # the exchange. Should be included in all service-specific # configuration files for the exchange. # # Please read the taler-exchange.README.Debian for how to configure a Taler exchange. [PATHS] TALER_RUNTIME_DIR = /run/taler-exchange-private [exchange] # Debian package is configured to use a reverse proxy with a UNIX # domain socket. See nginx/apache configuration files. # # FIXME: This should be set to something like "NONE" # since systemd creates the socket for us. SERVE = UNIX UNIXPATH = /var/lib/taler-exchange/exchange.sock # Only supported database is Postgres right now. DATABASE = postgres