Files
MOHPortal/.env.example
ReachableCEO 42dc3c8097
Some checks failed
CI / Backend Tests (push) Has been cancelled
CI / Frontend Tests (push) Has been cancelled
CI / Build Docker Images (push) Has been cancelled
Prepare CI and deployment scaffolding
2025-10-16 17:18:18 -05:00

11 lines
337 B
Plaintext

# Global defaults
NODE_ENV=development
# Backend service
DATABASE_URL=postgresql://merchantsofhope_user:merchantsofhope_password@merchantsofhope-supplyanddemandportal-database:5432/merchantsofhope_supplyanddemandportal
JWT_SECRET=merchantsofhope_jwt_secret_key_2024
PORT=3001
# Frontend service
REACT_APP_API_URL=http://localhost:3001