merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

merchant.conf (313B)


      1 # Read secret sections into configuration, but only
      2 # if we have permission to do so.
      3 @inline-secret@ merchantdb-postgres ../secrets/merchant-db.secret.conf
      4 
      5 [merchant]
      6 DATABASE = postgres
      7 SERVE = unix
      8 
      9 # Merchant-specific overrides, included last to take precedence.
     10 @inline-matching@ ../merchant-overrides.conf