# Cache and session
CACHE_DRIVER=file
SESSION_DRIVER=file
+# If using Memcached, comment the above and uncomment these
+#CACHE_DRIVER=memcached
+#SESSION_DRIVER=memcached
QUEUE_DRIVER=sync
# Storage
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_ENCRYPTION=null
+
+# Memcached settings
+#MEMCACHED_HOST=127.0.0.1
+# If using a UNIX socket path for the host, set the port to 0
+#MEMCACHED_PORT=11211
\ No newline at end of file