mirror of
https://github.com/Theodor-Springmann-Stiftung/server-package.git
synced 2025-12-17 23:25:31 +00:00
+bookstack
This commit is contained in:
33
deckard/bookstack/bookstack.testing.env
Normal file
33
deckard/bookstack/bookstack.testing.env
Normal file
@@ -0,0 +1,33 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user