taler-mailbox

Service for asynchronous wallet-to-wallet payment messages
Log | Files | Refs | Submodules | README | LICENSE

mailbox-example.conf (439B)


      1 [mailbox]
      2 production = false
      3 host = "https://taler-mailbox.gnunet.org"
      4 bind_to = "localhost:11000"
      5 message_fee = KUDOS:1
      6 default_doc_filetype = text/html
      7 default_doc_lang = en
      8 default_tos_path = terms/
      9 default_pp_path = privacy/
     10 supported_doc_filetypes = text/html application/pdf application/epub application/xml text/plain
     11 
     12 [mailbox-pq]
     13 host = "localhost"
     14 port = 5432
     15 user = "taler-mailbox"
     16 password = "secret"
     17 db_name = "taler-mailbox"