.env.development Guide
Here is an example of a .env.development file:
FRONTEND_URL=http://localhost:3000
DB_HOST=localhost DB_PORT=5432 DB_USERNAME=myuser DB_PASSWORD=mypassword .env.development
Here is an example of a .env.development file:
FRONTEND_URL=http://localhost:3000
DB_HOST=localhost DB_PORT=5432 DB_USERNAME=myuser DB_PASSWORD=mypassword .env.development