apns-relay.conf (945B)
1 [apns-relay-worker] 2 # Path to the Apple Push Notification private key 3 KEY_FILE = ${APNS_RELAY_HOME}/key.p8 4 5 # key ID 6 KEY_ID = 7 8 # team ID 9 TEAM_ID = 10 11 # bundle ID 12 BUNDLE_ID = 13 14 # How often should worker wakeup all registered devices 15 FREQUENCY = 4h 16 17 [apns-relay-httpd] 18 # How "taler-cyclos serve" serves its API, this can either be tcp or unix 19 SERVE = tcp 20 21 # Port on which the HTTP server listens, e.g. 9967. Only used if SERVE is tcp. 22 PORT = 8080 23 24 # Which IP address should we bind to? E.g. ``127.0.0.1`` or ``::1``for loopback. Only used if SERVE is tcp. 25 BIND_TO = 0.0.0.0 26 27 # Which unix domain path should we bind to? Only used if SERVE is unix. 28 # UNIXPATH = taler-cyclos.sock 29 30 # What should be the file access permissions for UNIXPATH? Only used if SERVE is unix. 31 # UNIXPATH_MODE = 660 32 33 [apns-relaydb-postgres] 34 # DB connection string 35 CONFIG = postgres:///taler-apns-relay 36 37 # Where are the SQL files to setup our tables? 38 SQL_DIR = ${DATADIR}/sql/