Skip to content

Instantly share code, notes, and snippets.

@freedmo
Last active October 20, 2015 10:02
Show Gist options
  • Save freedmo/63a5ff5685c91b90cb03 to your computer and use it in GitHub Desktop.
Save freedmo/63a5ff5685c91b90cb03 to your computer and use it in GitHub Desktop.
<?php
return array(
'es' =>
array(
'enabled' => true,
'client' => array(
'hosts' => array(
'localhost:9200'
)
)
),
'db' =>
array (
'host' => 'localhost',
'port' => 'PORT',
'username' => 'USER',
'password' => 'PASSWORD',
'dbname' => 'shopware',
),
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment