taler-docs

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

taler-apns-relay.conf.5.rst (1469B)


      1 taler-apns-relay.conf(5)
      2 ########################
      3 
      4 .. only:: html
      5 
      6    Name
      7    ====
      8 
      9    **taler-apns-relay.conf** - Taler APNs relay 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_APNS_RELAY_PREFIX/share/taler-apns-relay/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 WORKER OPTIONS
     27 --------------
     28 
     29 The following options are from the “[apns-relay-worker]” section.
     30 
     31 KEY_FILE
     32   Path to the Apple Push Notification private key
     33 
     34 KEY_ID
     35   Key ID
     36 
     37 TEAM_ID
     38   Team ID
     39 
     40 BUNDLE_ID
     41   Bundle ID
     42 
     43 FREQUENCY
     44   How often should worker wakeup all registered devices
     45 
     46 HTTP SERVER OPTIONS
     47 -------------------
     48 
     49 The following configuration value(s) belong to the “[apns-relay-httpd]” section.
     50 
     51 .. include:: frags/common-serve-options.rst
     52 
     53 DATABASE OPTIONS
     54 ----------------
     55 
     56 Setting the database belongs to the “[apns-relaydb-postgres]” section and the following value.
     57 
     58 .. include:: frags/common-db-options.rst
     59 
     60 
     61 SEE ALSO
     62 ========
     63 
     64 taler-apns-relay(1)
     65 
     66 BUGS
     67 ====
     68 
     69 Report bugs by using https://bugs.taler.net/ or by sending electronic
     70 mail to <taler@gnu.org>.