exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

exchange-system.conf (332B)


      1 # Configuration settings for system parameters of the exchange.
      2 
      3 # Read secret sections into configuration, but only
      4 # if we have permission to do so.
      5 @inline-secret@ exchangedb-postgres ../secrets/exchange-db.secret.conf
      6 
      7 [exchange]
      8 
      9 # Only supported database is Postgres right now.
     10 DB = postgres
     11 
     12 SERVE = unix
     13 UNIXPATH_MODE = 666