Use env vars for ports, add .env.TEST
- WIZARD_PORT, MYSQL_PORT, BACKEND_PORT, FRONTEND_PORT env vars - .env.TEST with default values (8080, 3306, 8000, 3000) - Scripts load .env.TEST automatically - LISTEN_ADDR uses env vars - Ports bound to 127.0.0.1 for security
This commit is contained in:
Reference in New Issue
Block a user