Files
MOHPortal/.env.example
ReachableCEO 252775faf3
Some checks failed
CI / Backend Tests (push) Failing after 2m41s
CI / Frontend Tests (push) Successful in 2m14s
CI / Build Docker Images (push) Has been skipped
chore: sync infra docs and coverage
2025-10-16 22:41:22 -05:00

15 lines
469 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
RATE_LIMIT_WINDOW_MS=900000
RATE_LIMIT_MAX=100
UPLOAD_DIR=uploads/resumes