exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

taler.conf (1624B)


      1 # Main entry point for the GNU Taler configuration.
      2 #
      3 # Structure:
      4 # - taler.conf is the main configuration entry point
      5 #   used by all Taler 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 [taler]
     23 
     24 # Currency of the Taler deployment.  This setting applies to all Taler
     25 # components that only support a single currency.
     26 #currency = KUDOS
     27 
     28 # Smallest currency unit handled by the underlying bank system.  Taler payments
     29 # can make payments smaller than this units, but interactions with external
     30 # systems is always rounded to this unit.
     31 #currency_round_unit = KUDOS:0.01
     32 
     33 # Monthly amount that mandatorily triggers an AML check
     34 #AML_THRESHOLD = KUDOS:10000000
     35 
     36 [paths]
     37 
     38 TALER_HOME = /var/lib/taler
     39 TALER_RUNTIME_DIR = /run/taler
     40 TALER_CACHE_HOME = /var/cache/taler
     41 TALER_CONFIG_HOME = /etc/taler
     42 TALER_DATA_HOME = /var/lib/taler
     43 
     44 
     45 # Inline configurations from all Taler components.
     46 @inline-matching@ conf.d/*.conf
     47 
     48 # Overrides from tools that help with configuration.
     49 @inline@ overrides.conf