mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-06-23 14:11:37 +08:00
Merge pull request #714 from pataar/patch-1
Add CACHE_PREFIX to the .env.example file
This commit is contained in:
@ -20,6 +20,8 @@ SESSION_DRIVER=file
|
|||||||
#CACHE_DRIVER=memcached
|
#CACHE_DRIVER=memcached
|
||||||
#SESSION_DRIVER=memcached
|
#SESSION_DRIVER=memcached
|
||||||
QUEUE_DRIVER=sync
|
QUEUE_DRIVER=sync
|
||||||
|
# A different prefix is useful when multiple BookStack instances use the same caching server
|
||||||
|
CACHE_PREFIX=bookstack
|
||||||
|
|
||||||
# Memcached settings
|
# Memcached settings
|
||||||
# If using a UNIX socket path for the host, set the port to 0
|
# If using a UNIX socket path for the host, set the port to 0
|
||||||
|
Reference in New Issue
Block a user