merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

taler-merchant.conf (1523B)


      1 # Main entry point for the GNU Taler configuration.
      2 #
      3 # Structure:
      4 # - taler-merchant.conf is the main configuration entry point
      5 #   used by all Taler merchant components (the file you are currently
      6 #   looking at.
      7 # - overrides.conf contains configuration overrides that are
      8 #   set by some tools that help with the configuration,
      9 #   and should not be edited by humans.  Comments in this file
     10 #   are not preserved.
     11 # - conf.d/ contains configuration files for
     12 #   Taler components, which can be read by all
     13 #   users of the system and are included by the main
     14 #   configuration.
     15 # - secrets/ contains configuration snippets
     16 #   with secrets for particular services.
     17 #   These files should have restrictive permissions
     18 #   so that only users of the relevant services
     19 #   can read it.  All files in it should end with
     20 #   ".secret.conf".
     21 
     22 [paths]
     23 
     24 # Paths for the system-wide installation of the Taler merchant. Do not remove
     25 # or change these unless you are very sure of what you are doing.
     26 
     27 TALER_HOME = /var/lib/taler-merchant/
     28 TALER_RUNTIME_DIR = /run/taler-merchant/
     29 TALER_CACHE_HOME = /var/cache/taler-merchant/
     30 TALER_CONFIG_HOME = /etc/taler-merchant/
     31 TALER_DATA_HOME = /var/lib/taler-merchant/
     32 
     33 # Inline configurations from drop-in configuration files.
     34 @inline-matching@ conf.d/*.conf
     35 
     36 # Overrides from tools that help with configuration.
     37 @inline@ overrides.conf
     38 
     39 # Optional, manual overrides, included last to take precedence.
     40 # Use drop-in files in conf.d/ if possible.
     41 @inline-matching@ merchant-overrides.conf