We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9934f85 commit 22a7772Copy full SHA for 22a7772
.env.example
@@ -26,6 +26,13 @@ DB_DATABASE=database_database
26
DB_USERNAME=database_username
27
DB_PASSWORD=database_user_password
28
29
+# Storage system to use
30
+# By default files are stored on the local filesystem, with images being placed in
31
+# public web space so they can be efficiently served directly by the web-server.
32
+# For other options with different security levels & considerations, refer to:
33
+# https://www.bookstackapp.com/docs/admin/upload-config/
34
+STORAGE_TYPE=local
35
+
36
# Mail system to use
37
# Can be 'smtp' or 'sendmail'
38
MAIL_DRIVER=smtp
0 commit comments