Skip to content

Instantly share code, notes, and snippets.

@iainurquhart
Created December 11, 2014 22:03
Show Gist options
  • Save iainurquhart/e2b44df07b4ab380380b to your computer and use it in GitHub Desktop.
Save iainurquhart/e2b44df07b4ab380380b to your computer and use it in GitHub Desktop.
$customDbConfig = array(
'*' => array(
'tablePrefix' => 'craft',
),
'test1.foo.com' => array(
'server' => 'localhost',
'user' => 'test1user',
'password' => '',
'database' => '',
),
'test2.foo.com' => array(
'server' => 'localhost',
'user' => 'test2user',
'password' => '',
'database' => '',
),
'foo.com' => array(
'server' => 'localhost',
'user' => 'produser',
'password' => '',
'database' => '',
),
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment