Skip to content

Instantly share code, notes, and snippets.

@darookee
Created May 10, 2013 14:38
Show Gist options
  • Save darookee/5554804 to your computer and use it in GitHub Desktop.
Save darookee/5554804 to your computer and use it in GitHub Desktop.
<?php return array (
'db' =>
array (
'username' => 'root',
'password' => 'root',
'host' => 'localhost',
'port' => '3306',
'dbname' => 'shopware',
),
'mail' => array(
'type' => 'file',
'path' => dirname(__FILE__).'\tmp_mails',
'callback' => create_function('$transport', 'return
"ShopwareMail_".sha1($transport->body) . "_". str_replace("a", "[a]",$transport->recipients).".eml";
')
)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment