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