taler-rust

GNU Taler code in Rust. Largely core banking integrations.
Log | Files | Refs | Submodules | README | LICENSE

taler-apns-relay.conf (1235B)


      1 # Main entry point for the Taler APNs relay configuration.
      2 #
      3 # Structure:
      4 # - taler-apns-relay.conf is the main configuration entry point
      5 #   used by all Taler APNs relay components (the file you are currently
      6 #   looking at.
      7 # - overrides.conf contains configuration overrides that are
      8 #   set by some tools that help with the configuration,
      9 #   and should not be edited by humans.  Comments in this file
     10 #   are not preserved.
     11 # - conf.d/ contains configuration files for
     12 #   Taler APNs relay components, which can be read by all
     13 #   users of the system and are included by the main
     14 #   configuration.
     15 # - secrets/ contains configuration snippets
     16 #   with secrets for particular services.
     17 #   These files should have restrictive permissions
     18 #   so that only users of the relevant services
     19 #   can read it.  All files in it should end with
     20 #   ".secret.conf".
     21 
     22 # Inline configurations from all Taler APNs relay components.
     23 @inline-matching@ conf.d/*.conf
     24 
     25 # Overrides from tools that help with configuration.
     26 @inline@ overrides.conf
     27 
     28 
     29 [paths]
     30 
     31 # Paths for the system-wide installation of the Taler APNs relay. Do not remove
     32 # or change these unless you are very sure of what you are doing.
     33 
     34 APNS_RELAY_HOME = /var/lib/taler-apns-relay