Skip to content

Commit 22a7772

Browse files
committed
Env: Added storage type to default example env
Provides greater consideration to the storage type used and the fact that it'll place images in public space by default.
1 parent 9934f85 commit 22a7772

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.env.example

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,13 @@ DB_DATABASE=database_database
2626
DB_USERNAME=database_username
2727
DB_PASSWORD=database_user_password
2828

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+
2936
# Mail system to use
3037
# Can be 'smtp' or 'sendmail'
3138
MAIL_DRIVER=smtp

0 commit comments

Comments
 (0)