exchange

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

auditor-system.conf (335B)


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