]> BookStack Code Mirror - bookstack/blobdiff - .env.example.complete
Extend /users API endpoint
[bookstack] / .env.example.complete
index 9b8c8298aef53e60dd5889f7cf02bee74475568e..d243f2c1fcb9d13b52ba9dc9e55a27b07e663f79 100644 (file)
@@ -51,7 +51,7 @@ DB_USERNAME=database_username
 DB_PASSWORD=database_user_password
 
 # Mail system to use
-# Can be 'smtp', 'mail' or 'sendmail'
+# Can be 'smtp' or 'sendmail'
 MAIL_DRIVER=smtp
 
 # Mail sending options
@@ -250,6 +250,7 @@ DRAWIO=true
 # Can be 'list' or 'grid'.
 APP_VIEWS_BOOKS=list
 APP_VIEWS_BOOKSHELVES=grid
+APP_VIEWS_BOOKSHELF=grid
 
 # Use dark mode by default
 # Will be overriden by any user/session preference.