diff options
-rw-r--r-- | debian/etc/taler-merchant/taler-merchant.conf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/debian/etc/taler-merchant/taler-merchant.conf b/debian/etc/taler-merchant/taler-merchant.conf index 9eb70e2e..e79401a3 100644 --- a/debian/etc/taler-merchant/taler-merchant.conf +++ b/debian/etc/taler-merchant/taler-merchant.conf @@ -24,3 +24,14 @@ # Overrides from tools that help with configuration. @inline@ overrides.conf + +[paths] + +# Paths for the system-wide installation of the Taler merchant. Do not remove +# or change these unless you are very sure of what you are doing. + +TALER_HOME = /var/lib/taler-merchant/ +TALER_RUNTIME_DIR = /run/taler-merchant/ +TALER_CACHE_HOME = /var/cache/taler-merchant/ +TALER_CONFIG_HOME = /etc/taler-merchant/ +TALER_DATA_HOME = /var/lib/taler-merchant/ |