taler-rust

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

apns-relay-db.secret.conf (231B)


      1 [apns-relaydb-postgres]
      2 
      3 # Typically, there should only be a single line here, of the form:
      4 
      5 CONFIG=postgres:///taler-apns-relay
      6 
      7 # The details of the URI depend on where the database lives and how
      8 # access control was configured.