From: Pieter Date: Mon, 26 Feb 2018 08:51:53 +0000 (+0100) Subject: Add CACHE_PREFIX to the .env.example file X-Git-Tag: v0.20.1~1^2~27^2~2^2~1 X-Git-Url: http://source.bookstackapp.com/bookstack/commitdiff_plain/70cfb6624dceffc947c88d59d33b5dfc515f013a 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. --- diff --git a/.env.example b/.env.example index 80afb6274..5f31238e3 100644 --- a/.env.example +++ b/.env.example @@ -20,6 +20,8 @@ SESSION_DRIVER=file #CACHE_DRIVER=memcached #SESSION_DRIVER=memcached QUEUE_DRIVER=sync +# A different prefix is useful when multiple bookstack instances use the same caching server +CACHE_PREFIX=bookstack # Memcached settings # If using a UNIX socket path for the host, set the port to 0