tests passing

This commit is contained in:
counterweight 2025-12-18 23:33:32 +01:00
parent 322bdd3e6e
commit b173b47925
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C
18 changed files with 1414 additions and 93 deletions

View file

@ -9,3 +9,10 @@ SECRET_KEY=
# Database URL
DATABASE_URL=postgresql+asyncpg://postgres:postgres@localhost:5432/arbret
# Dev user credentials (regular user)
DEV_USER_EMAIL=
DEV_USER_PASSWORD=
# Dev admin credentials
DEV_ADMIN_EMAIL=
DEV_ADMIN_PASSWORD=