Files
endurain/backend/.env.test
João Vitória Silva 4a5c810772 Add test infrastructure and improve docstrings
Added pytest configuration, test dependencies, and initial test files for the backend. Introduced .env.test for test environment variables. Enhanced docstrings for database and session utility functions. Updated .gitignore for test artifacts.
2025-10-08 21:07:31 +01:00

7 lines
253 B
Plaintext

# Test Environment Variables for Endurain Backend Tests
SECRET_KEY=test-secret-key-for-testing-purposes-minimum-32-characters-long
JWT_ACCESS_TOKEN_EXPIRE_MINUTES=15
JWT_REFRESH_TOKEN_EXPIRE_DAYS=7
FRONTEND_PROTOCOL=http
DATABASE_URL=sqlite:///:memory: