tops.conf (1308B)
1 # Main entry point for the GNU Taler configuration. 2 # 3 # Structure: 4 # - taler-exchange.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 [exchange] 23 24 CURRENCY = CHF 25 CURRENCY_ROUND_UNIT = CHF:0.01 26 TINY_AMOUNT = CHF:0.01 27 28 # Here you MUST add the master public key of the offline system 29 # which you can get using `taler-exchange-offline setup`. 30 MASTER_PUBLIC_KEY = W91R2NPHGP9TD36EXCAWNTW63QHEED4P12SNTKPE1WD5YM6MVA40 31 32 # Production MPUB is: 33 # 9V0G82S7JQW2ZRYF7BMGKKQ1TNR1VNVXZJSNQ2VSDGWC80D9W0YG 34 35 # Publicly visible base URL of the exchange. 36 # BASE_URL = https://example.com/ 37 BASE_URL = https://exchange.taler-ops.ch/