Skip to content

Instantly share code, notes, and snippets.

@timsegraves
Created September 20, 2012 19:27
Show Gist options
  • Save timsegraves/3757848 to your computer and use it in GitHub Desktop.
Save timsegraves/3757848 to your computer and use it in GitHub Desktop.
Memcache.yml - Chef'd
# Config settings for memcache servers
defaults: &DEFAULTS
memcache_prefix: 'aaabbbcccddd'
memcache_servers:
- '127.0.0.1'
development:
<<: *DEFAULTS
test:
<<: *DEFAULTS
production:
<<: *DEFAULTS
# Chef to replace these values
memcache_servers:
- '10.0.0.1'
- '10.0.0.2'
- '10.0.0.3'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment