wise.conf (2063B)
1 [wise] 2 # Legal entity that is associated with the Wise account 3 NAME = 4 5 [wise-worker] 6 # Adapter Wise profile ID 7 PROFILE_ID = 8 9 # How often should worker run when no notification is received 10 FREQUENCY = 10m 11 12 # Account token 13 TOKEN = 14 15 # Specify the account type and therefore the indexing behavior. 16 # This can either can be normal or exchange. 17 # Exchange accounts bounce invalid incoming Taler transactions 18 ACCOUNT_TYPE = exchange 19 20 # [wise-balance-eur] 21 # Balance Wise ID 22 # ID = 139524631 23 24 # Balance currency 25 # CURRENCY = EUR 26 27 # Balance account type, this can only be iban 28 # PAYTO_TYPE = iban 29 30 # Balance IBAN, for iban payto type 31 # IBAN = GB82WEST12345698765432 32 33 # Balance BIC, for iban payto type 34 # BIC = TRWIBEB1XXX 35 36 [wise-httpd] 37 # How "taler-wise serve" serves its API, this can either be tcp or unix 38 SERVE = tcp 39 40 # Port on which the HTTP server listens, e.g. 9967. Only used if SERVE is tcp. 41 PORT = 8080 42 43 # Which IP address should we bind to? E.g. ``127.0.0.1`` or ``::1``for loopback. Only used if SERVE is tcp. 44 BIND_TO = 0.0.0.0 45 46 # Which unix domain path should we bind to? Only used if SERVE is unix. 47 # UNIXPATH = taler-wise.sock 48 49 # What should be the file access permissions for UNIXPATH? Only used if SERVE is unix. 50 # UNIXPATH_MODE = 660 51 52 [wise-httpd-wire-gateway-api] 53 # Whether to serve the Wire Gateway API 54 ENABLED = NO 55 56 # Authentication scheme, this can either can be basic, bearer or none. 57 AUTH_METHOD = bearer 58 59 # User name for basic authentication scheme 60 # USERNAME = 61 62 # Password for basic authentication scheme 63 # PASSWORD = 64 65 # Token for bearer authentication scheme 66 TOKEN = 67 68 [wise-httpd-revenue-api] 69 # Whether to serve the Revenue API 70 ENABLED = NO 71 72 # Authentication scheme, this can either can be basic, bearer or none. 73 AUTH_METHOD = bearer 74 75 # User name for basic authentication scheme 76 # USERNAME = 77 78 # Password for basic authentication scheme 79 # PASSWORD = 80 81 # Token for bearer authentication scheme 82 TOKEN = 83 84 [wisedb-postgres] 85 # DB connection string 86 CONFIG = postgres:///taler-wise 87 88 # Where are the SQL files to setup our tables? 89 SQL_DIR = ${DATADIR}/sql/