the beginning of the idiots
This commit is contained in:
39
qwen/hack/.env
Normal file
39
qwen/hack/.env
Normal 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
|
||||
Reference in New Issue
Block a user