1
0
Files
breadcrumb-the-shire/.env.prod.example

38 lines
747 B
Plaintext
Raw Normal View History

APP_NAME=CoreCore
APP_URL=https://example.com
APP_ENV=prod
APP_DEBUG=false
APP_VENDOR_PHP_ISSUES_MODE=strict
2026-03-04 15:56:58 +01:00
APP_CONFIG_VALIDATE=true
APP_TIMEZONE=Europe/Berlin
APP_STORAGE_PATH=./storage
APP_LOCALE=de
APP_LOCALES=de,en
APP_I18N_DOMAIN=default
APP_CRYPTO_KEY=replace-with-64-char-hex-or-base64-key
SESSION_NAME=CoreCore
TENANT_SCOPE_STRICT=true
DB_HOST=db
DB_PORT=3306
DB_NAME=db
DB_USER=user
DB_PASS=replace-db-password
DB_ROOT_PASSWORD=replace-db-root-password
CACHE_SERVERS=memcached:11211
FIREWALL_CONCURRENCY=10
FIREWALL_SPINLOCK_SECONDS=0.15
FIREWALL_INTERVAL_SECONDS=300
FIREWALL_CACHE_PREFIX=fw_concurrency_
FIREWALL_REVERSE_PROXY=false
SMTP_HOST=
SMTP_PORT=587
SMTP_USER=
SMTP_PASS=
SMTP_FROM=
SMTP_FROM_NAME=CoreCore
SMTP_SECURE=tls