tududi/backend/.env.test
Chris 3c1209a5a9
Express migration (#80)
* Initial migration

* Cleanup and create migration scripts

* Introduce test suite

* Fix test issues

* Correct CORS issue and update paths

* Update README
2025-06-16 21:50:44 +03:00

4 lines
No EOL
163 B
Text

# Test environment configuration
NODE_ENV=test
TUDUDI_SESSION_SECRET=test-secret-key-for-testing
TUDUDI_ALLOWED_ORIGINS=http://localhost:3000,http://localhost:8080