mirror of
https://github.com/Theodor-Springmann-Stiftung/server-package.git
synced 2025-12-16 14:45:30 +00:00
34 lines
844 B
Plaintext
34 lines
844 B
Plaintext
# BookStack Application Configuration
|
|
# This file is mounted to /config/www/.env inside the container
|
|
# ONLY include BookStack-specific settings here
|
|
|
|
# ============================================
|
|
# Application Settings
|
|
# ============================================
|
|
|
|
APP_DEBUG=false
|
|
APP_ENV=production
|
|
APP_LANG=en
|
|
APP_TIMEZONE=Europe/Berlin
|
|
|
|
# ============================================
|
|
# Mail Settings - Microsoft 365
|
|
# ============================================
|
|
|
|
MAIL_MAILER=smtp
|
|
MAIL_HOST=smtp-hve.office365.com
|
|
MAIL_PORT=587
|
|
MAIL_ENCRYPTION=tls
|
|
MAIL_USERNAME=noreply@tss-hd.de
|
|
MAIL_PASSWORD=
|
|
MAIL_FROM=noreply@tss-hd.de
|
|
MAIL_FROM_NAME="TSS Wiki (Testing)"
|
|
|
|
# ============================================
|
|
# Storage & Cache
|
|
# ============================================
|
|
|
|
STORAGE_TYPE=local_secure
|
|
SESSION_DRIVER=file
|
|
CACHE_DRIVER=file
|