Megatest

megatest.config at [4aeb75f670]
Login

File cgisetup/megatest.config artifact a123fc0679 part of check-in 4aeb75f670


'(sroot   "/path/to/models"
  logfile "/path/to/logs/megatest.log"     ;; this is now required!
  twikidir "/path/to/writable/work/area"
  dbtype  pg ;; 'sqlite3 ;; or 'pg
  dbinit   '((dbname   . "megatest_db")
            (user      . "username")
            (password  . "secretpassword")
            (host      . "localhost"))
  domain  "yourdomain.com"
  page-dir-style flat
  debugmode  #t)