Files
server-package/deckard/bookstack/bookstack.testing.env
Simon Martens 5c749b2762 +bookstack
2025-10-31 12:18:21 +01:00

34 lines
844 B
Bash

# 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