11 lines
337 B
Plaintext
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
|