Skip to content

Instantly share code, notes, and snippets.

@markahesketh
Created February 20, 2017 13:37
Show Gist options
  • Save markahesketh/24250ea8136ace5312456f5706c8f646 to your computer and use it in GitHub Desktop.
Save markahesketh/24250ea8136ace5312456f5706c8f646 to your computer and use it in GitHub Desktop.
<?php
// Clients using Docker DB
CFG::set('ETCD_ENABLED_APPS', [
'Sigma',
'Saltrock',
'GeminiWoman',
'Kennelpak',
'Nest',
'Woodall',
]);
CFG::enable('ETCD_DB_CREDENTIALS');
// Docker DB settings
CFG::set('ETCD_SERVERS', [
'10.0.2.2' => 4001,
]);
// Local Memcache
CFG::set('MEMCACHE_SERVER_POOL', ['127.0.0.1' => 11211]);
// Solr
CFG::disable('SOLR_SEARCH');
CFG::disable('SOLR_ADMIN_SEARCH');
CFG::disable('SOLR_FACET_CONFIGURATION');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment