fix(tests): start server for e2e tests

This commit is contained in:
Dominik 2025-05-13 10:23:58 +02:00
parent c278e26b7f
commit 2d1466c04a
5 changed files with 9 additions and 6 deletions

View file

@ -1,5 +1,6 @@
AUTH_SECRET="auth_secret"
AUTH_URL="http://localhost:3000"
HOSTNAME=0.0.0.0
DATABASE_URL="file:./dev.db"
AUTH_AUTHENTIK_ID="id"
AUTH_AUTHENTIK_ISSUER="issuer"