Harden dev environment configuration
This commit is contained in:
		| @@ -1,10 +1,15 @@ | ||||
| # Global defaults | ||||
| NODE_ENV=development | ||||
| LOG_LEVEL=info | ||||
|  | ||||
| # Backend service | ||||
| BACKEND_HOST=0.0.0.0 | ||||
| BACKEND_PORT=3001 | ||||
| DATABASE_URL=postgresql://merchantsofhope_user:merchantsofhope_password@merchantsofhope-supplyanddemandportal-database:5432/merchantsofhope_supplyanddemandportal | ||||
| JWT_SECRET=merchantsofhope_jwt_secret_key_2024 | ||||
| PORT=3001 | ||||
| CORS_ORIGIN=http://localhost:12000 | ||||
|  | ||||
| # Frontend service | ||||
| FRONTEND_HOST=0.0.0.0 | ||||
| FRONTEND_PORT=12000 | ||||
| REACT_APP_API_URL=http://localhost:3001 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user