Use our env naming convention for memcached

Also do not set memore_store in the production environment if
there is no memcached. File based cache is default for a reason,
it even works for most normal traffic pages
This commit is contained in:
Henne Vogelsang 2019-02-16 00:36:35 +01:00
parent 5aa85f233e
commit 4bf0c02763
2 changed files with 9 additions and 6 deletions

View file

@ -27,6 +27,11 @@
# The name of the database
# OSEM_DB_NAME=osem_production
# The memached servers to use, default is a file based cache
# OSEM_MEMCACHED_SERVERS='cache-1.example.com,cache-2.example.com'
# OSEM_MEMCACHED_USERNAME='root'
# OSEM_MEMCACHED_PASSWORD='1234'
# The ruby version to use
# OSEM_RUBY_VERSION=2.5.0