Skip to content

Instantly share code, notes, and snippets.

@patrickallaert
Created May 21, 2015 12:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save patrickallaert/d6cca780b916bf432c76 to your computer and use it in GitHub Desktop.
Save patrickallaert/d6cca780b916bf432c76 to your computer and use it in GitHub Desktop.
stash config
stash:
caches:
default:
handlers:
- FileSystem
inMemory: true
registerDoctrineAdapter: false
stash:
caches:
default:
handlers: [ Memcache ]
inMemory: true
registerDoctrineAdapter: false
Memcache:
prefix_key: ezrailcaresite_
retry_timeout: 1
servers:
-
server: ??.??.??.??
port: XXX
-
server: ??.??.??.??
port: XXX
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment