sTodo/config/test-settings.yml
2025-06-07 16:04:51 +01:00

11 lines
458 B
YAML

database:
# NOTE: By design, this setting prevents the SQLITE_DATABASE environment variable
# from affecting test runs, so that we don't accidentally affect the
# production database during testing. If you're not concerned about that and
# would like to have environment variable overrides, you could instead use
# something like:
#
# database: "_env:SQLITE_DATABASE:sTodo_test.sqlite3"
database: sTodo_test.sqlite3
auth-dummy-login: true