Files
MOHPortal/.env.example
ReachableCEO a553b14017
All checks were successful
CI / Backend Tests (push) Successful in 31s
CI / Frontend Tests (push) Successful in 1m43s
CI / Build Docker Images (push) Successful in 4m45s
ci: stabilize pipeline
2025-10-16 21:00:39 -05:00

11 lines
394 B
Plaintext

# Environment variables for local development
# Copy this file to .env and fill in the values.
# DO NOT commit the .env file to version control.
# PostgreSQL Database
POSTGRES_DB=merchantsofhope_supplyanddemandportal
POSTGRES_USER=merchantsofhope_user
POSTGRES_PASSWORD=merchantsofhope_password
# Backend Application
JWT_SECRET=a_much_stronger_and_longer_secret_key_for_jwt_that_is_not_in_git