Skip to content

Commit 70cfb66

Browse files
authored
Add CACHE_PREFIX to the .env.example file
We had some problems with multiple BookStack instances using the same caching server. Perhaps it's a good idea to have this available in the `.env.example` file.
1 parent 67332a2 commit 70cfb66

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.env.example

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ SESSION_DRIVER=file
2020
#CACHE_DRIVER=memcached
2121
#SESSION_DRIVER=memcached
2222
QUEUE_DRIVER=sync
23+
# A different prefix is useful when multiple bookstack instances use the same caching server
24+
CACHE_PREFIX=bookstack
2325

2426
# Memcached settings
2527
# If using a UNIX socket path for the host, set the port to 0

0 commit comments

Comments
 (0)