* Initial migration * Cleanup and create migration scripts * Introduce test suite * Fix test issues * Correct CORS issue and update paths * Update README
4 lines
No EOL
163 B
Text
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 |