libeufin-ebisync.conf (1651B)
1 # Main entry point for the LibEuFin EbiSync configuration. 2 # 3 # Structure: 4 # - libeufin-ebisync.conf is the main configuration entry point 5 # used by all LibEuFin EbiSync 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 # LibEuFin EbiSync 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 [ebisync] 23 # Base URL of the bank server. 24 HOST_BASE_URL = 25 26 # EBICS host ID. 27 HOST_ID = 28 29 # EBICS user ID, as assigned by the bank. 30 USER_ID = 31 32 # EBICS partner ID, as assigned by the bank. 33 PARTNER_ID = 34 35 # EBICS partner ID, as assigned by the bank. 36 SYSTEM_ID = 37 38 [ebisync-setup] 39 # Bank encryption public key hash 40 # BANK_ENCRYPTION_PUB_KEY_HASH = 41 42 # Bank authentication public key hash 43 # BANK_AUTHENTICATION_PUB_KEY_HASH = 44 45 # Inline configurations from all LibEuFin EbiSync components. 46 @inline-matching@ conf.d/*.conf 47 48 # Overrides from tools that help with configuration. 49 @inline@ overrides.conf 50 51 [paths] 52 53 # Paths for the system-wide installation of the LibEuFin EbyiSync. Do not remove 54 # or change these unless you are very sure of what you are doing. 55 56 EBISYNC_HOME = /var/lib/libeufin-ebisync/