taler-cyclos.conf (1440B)
1 # Main entry point for the Taler Cyclos Adapter configuration. 2 # 3 # Structure: 4 # - taler-cyclos.conf is the main configuration entry point 5 # used by all Taler Cyclos Adapter 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 Cyclos Adapter 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 [cyclos] 23 # Adapter currency 24 CURRENCY = 25 26 # Cyclos root url with an optional specific network 27 CYCLOS_URL = 28 29 # Account ID of the Cyclos account to sync 30 ACCOUNT_ID = 31 32 # Legal entity that is associated with the Cyclos account 33 NAME = 34 35 36 # Inline configurations from all Taler Cyclos Adapter components. 37 @inline-matching@ conf.d/*.conf 38 39 # Overrides from tools that help with configuration. 40 @inline@ overrides.conf 41 42 43 [paths] 44 45 # Paths for the system-wide installation of the Taler Cyclos Adapter. Do not remove 46 # or change these unless you are very sure of what you are doing. 47