taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

taler-wise.conf.5.rst (2464B)


      1 taler-wise.conf(5)
      2 ####################
      3 
      4 .. only:: html
      5 
      6    Name
      7    ====
      8 
      9    **taler-wise.conf** - Wise Taler adapter configuration file
     10 
     11 
     12 Description
     13 ===========
     14 
     15 .. include:: ../frags/common-conf-syntax.rst
     16 
     17 Files containing default values for many of the options described below
     18 are installed under ``$TALER_WISE_PREFIX/share/taler-wise/config.d/``.
     19 The configuration file given with **-c** to Taler binaries
     20 overrides these defaults.
     21 
     22 A configuration file may include another, by using the ``@INLINE@`` directive,
     23 for example, in ``main.conf``, you could write ``@INLINE@ sub.conf`` to
     24 include the entirety of ``sub.conf`` at that point in ``main.conf``.
     25 
     26 
     27 ADAPTER OPTIONS
     28 ---------------
     29 
     30 The following options are from the “[wise]” section.
     31 
     32 NAME
     33   Legal entity that is associated with the Cyclos account.
     34 
     35 WORKER OPTIONS
     36 --------------
     37 
     38 The following options are from the “[wise-worker]” section.
     39 
     40 FREQUENCY
     41   How often should worker run when no notification is received
     42 
     43 TOKEN
     44   Account token
     45 
     46 ACCOUNT_TYPE
     47   Specify the account type and therefore the indexing behavior. This can either can be ``normal`` or ``exchange``. Exchange accounts bounce invalid incoming Taler transactions.
     48 
     49 BALANCE OPTIONS
     50 ---------------
     51 
     52 The following options are from the “[wise-balance*]” section.
     53 
     54 ID
     55   Balance Wise ID
     56 
     57 CURRENCY
     58   Balance currency
     59 
     60 PAYTO_TYPE
     61   Balance account type, this can only be ``iban``
     62 
     63 IBAN
     64   Balance IBAN, for ``iban`` payto type
     65 
     66 BIC
     67   Balance BIC, for ``iban`` payto type
     68 
     69 
     70 HTTP SERVER OPTIONS
     71 -------------------
     72 
     73 The following configuration value(s) belong to the “[wise-httpd]” section.
     74 
     75 .. include:: frags/common-serve-options.rst
     76 
     77 HTTP WIRE GATEWAY API OPTIONS
     78 -----------------------------
     79 
     80 The following configuration value(s) belong to the “[wise-httpd-wire-gateway-api]” section.
     81 
     82 ENABLED
     83   Whether to serve the Wire Gateway API.
     84 
     85 .. include:: frags/common-api-options.rst
     86 
     87 HTTP REVENUE API OPTIONS
     88 ------------------------
     89 
     90 The following configuration value(s) belong to the “[wise-httpd-revenue-api]” section.
     91 
     92 ENABLED
     93   Whether to serve the Revenue API.
     94 
     95 .. include:: frags/common-api-options.rst
     96 
     97 DATABASE OPTIONS
     98 ----------------
     99 
    100 Setting the database belongs to the “[wisedb-postgres]” section and the following value.
    101 
    102 .. include:: frags/common-db-options.rst
    103 
    104 
    105 SEE ALSO
    106 ========
    107 
    108 taler-wise(1)
    109 
    110 BUGS
    111 ====
    112 
    113 Report bugs by using https://bugs.taler.net/ or by sending electronic
    114 mail to <taler@gnu.org>.