mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-06-20 21:18:13 +02:00
feat: Add testing environment variables to surfsense_backend/.env.example and update documentation
This commit is contained in:
parent
c564e5f768
commit
e1ac8bfc76
2 changed files with 13 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue