the beginning of the idiots

This commit is contained in:
2025-10-24 14:51:13 -05:00
parent 0b377030c6
commit cb06217ef7
123 changed files with 10279 additions and 0 deletions

39
qwen/hack/.env Normal file
View File

@@ -0,0 +1,39 @@
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