Prepare CI and deployment scaffolding
This commit is contained in:
10
.env.example
Normal file
10
.env.example
Normal file
@@ -0,0 +1,10 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user