]> BookStack Code Mirror - bookstack/blobdiff - .env.example.complete
Updated php deps to avoid a couple of abandoned packages
[bookstack] / .env.example.complete
index 9547b0fcdd69b6bcf59e010ee5f700a45f6adbe2..9b8c8298aef53e60dd5889f7cf02bee74475568e 100644 (file)
@@ -246,11 +246,15 @@ AVATAR_URL=
 DRAWIO=true
 
 # Default item listing view
-# Used for public visitors and user's without a preference
-# Can be 'list' or 'grid'
+# Used for public visitors and user's without a preference.
+# Can be 'list' or 'grid'.
 APP_VIEWS_BOOKS=list
 APP_VIEWS_BOOKSHELVES=grid
 
+# Use dark mode by default
+# Will be overriden by any user/session preference.
+APP_DEFAULT_DARK_MODE=false
+
 # Page revision limit
 # Number of page revisions to keep in the system before deleting old revisions.
 # If set to 'false' a limit will not be enforced.