donau

Donation authority for GNU Taler (experimental)
Log | Files | Refs | Submodules | README | LICENSE

system.conf (323B)


      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@ donaudb-postgres ../secrets/donau-db.secret.conf
      6 
      7 [donau]
      8 
      9 # Only supported database is Postgres right now.
     10 DB = postgres
     11 
     12 SERVE = unix
     13 UNIXPATH_MODE = 666