Files
MOHPortalTest-AllAgents-All…/qwen/hack/.env

39 lines
668 B
Bash

APP_NAME=MerchantsOfHope
APP_VERSION=0.1.0
APP_ENV=development
DEBUG=true
TIMEZONE=UTC
# Database
DB_HOST=localhost
DB_NAME=moh
DB_USER=moh_user
DB_PASS=moh_password
DB_PORT=5432
# JWT
JWT_SECRET=MerchantsOfHopeSecretKeyChangeInProduction
# Session
SESSION_LIFETIME=86400
# Tenant Configuration
TENANT_ISOLATION_ENABLED=true
# Compliance
ACCESSIBILITY_ENABLED=true
GDPR_COMPLIANCE_ENABLED=true
PCI_DSS_COMPLIANCE_ENABLED=true
# Social Login (OAuth2)
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
GITHUB_CLIENT_ID=
GITHUB_CLIENT_SECRET=
# Email
MAIL_HOST=smtp.example.com
MAIL_PORT=587
MAIL_USERNAME=mailer@example.com
MAIL_PASSWORD=mailer_password
MAIL_ENCRYPTION=tls