DB_HOST=db DB_PORT=5432 DB_NAME=matheapp DB_USER=mathe DB_PASSWORD=changeme JWT_SECRET=changeme_use_long_random_string JWT_REFRESH_SECRET=changeme_use_another_long_random_string FRONTEND_URL=http://localhost:3000 PORT=3001