cyclos.conf (2080B)
1 [cyclos] 2 # IBAN of the Magnet Bank account to sync 3 IBAN = 4 5 # Legal entity that is associated with the Magnet Bank account 6 NAME = 7 8 [magnet-bank-worker] 9 # URL of the Magnet Bank API server 10 API_URL = "https://mobil.magnetbank.hu" 11 12 # Your Magnet Bank API unique identifier 13 # CONSUMER_KEY = "Consumer" 14 15 # Your Magnet Bank API confidential key 16 # CONSUMER_SECRET = "qikgjxc5y06tiil7qgrmh09l7rfi5a8e" 17 18 # File that holds the crypto keys and access token. 19 # KEYS_FILE = ${MAGNET_BANK_HOME}/keys.json 20 21 # Specify the account type and therefore the indexing behavior. 22 # This can either can be normal or exchange. 23 # Exchange accounts bounce invalid incoming Taler transactions. 24 ACCOUNT_TYPE = exchange 25 26 [magnet-bank-httpd] 27 # How "taler-magnet-bank serve" serves its API, this can either be tcp or unix 28 SERVE = tcp 29 30 # Port on which the HTTP server listens, e.g. 9967. Only used if SERVE is tcp. 31 PORT = 8080 32 33 # Which IP address should we bind to? E.g. ``127.0.0.1`` or ``::1``for loopback. Only used if SERVE is tcp. 34 BIND_TO = 0.0.0.0 35 36 # Which unix domain path should we bind to? Only used if SERVE is unix. 37 # UNIXPATH = libeufin-bank.sock 38 39 # What should be the file access permissions for UNIXPATH? Only used if SERVE is unix. 40 # UNIXPATH_MODE = 660 41 42 [magnet-bank-httpd-wire-gateway-api] 43 # Whether to serve the Wire Gateway API 44 ENABLED = NO 45 46 # Authentication scheme, this can either can be basic, bearer or none. 47 AUTH_METHOD = bearer 48 49 # User name for basic authentication scheme 50 # USERNAME = 51 52 # Password for basic authentication scheme 53 # PASSWORD = 54 55 # Token for bearer authentication scheme 56 TOKEN = 57 58 59 [magnet-bank-httpd-revenue-api] 60 # Whether to serve the Revenue API 61 ENABLED = NO 62 63 # Authentication scheme, this can either can be basic, bearer or none. 64 AUTH_METHOD = bearer 65 66 # User name for basic authentication scheme 67 # USERNAME = 68 69 # Password for basic authentication scheme 70 # PASSWORD = 71 72 # Token for bearer authentication scheme 73 TOKEN = 74 75 76 [cyclosdb-postgres] 77 # DB connection string 78 CONFIG = postgres:///taler-cyclos 79 80 # Where are the SQL files to setup our tables? 81 SQL_DIR = ${DATADIR}/sql/