feat: Add testing environment variables to surfsense_backend/.env.example and update documentation

This commit is contained in:
Anish Sarkar 2026-02-25 19:52:25 +05:30
parent c564e5f768
commit e1ac8bfc76
2 changed files with 13 additions and 1 deletions

View file

@ -201,3 +201,11 @@ UVICORN_LOG_LEVEL=info
# UVICORN_UDS=""
# UVICORN_FD=""
# UVICORN_ROOT_PATH=""
# ============================================================
# Testing (optional — all have sensible defaults)
# ============================================================
# TEST_BACKEND_URL=http://localhost:8000
# TEST_DATABASE_URL=postgresql+asyncpg://postgres:postgres@localhost:5432/surfsense
# TEST_USER_EMAIL=testuser@surfsense.com
# TEST_USER_PASSWORD=testpassword123