config: retrieve DATABASE_URL from environment vars

This commit is contained in:
bronsen 2026-02-16 21:11:08 +01:00
parent 60079d64d2
commit a5ef6f2017
2 changed files with 4 additions and 1 deletions

View file

@ -1,5 +1,6 @@
[env]
'_'.python.venv = { path = ".venv", create = true }
DATABASE_URL = "sqlite:///database.db"
[tools]
markdownlint-cli2 = "latest"