test-settings.yml 434 B

123456789101112
  1. database:
  2. # NOTE: By design, this setting prevents the PGDATABASE environment variable
  3. # from affecting test runs, so that we don't accidentally affect the
  4. # production database during testing. If you're not concerned about that and
  5. # would like to have environment variable overrides, you could instead use
  6. # something like:
  7. #
  8. # database: "_env:PGDATABASE:MyBlog_test"
  9. database: myblog_test
  10. auth-dummy-login: true