# My file

**URL:** https://forum.mautic.org/t/my-file/4782
**Category:** Product Support
**Created:** [August 7, 2016, 2:27pm UTC](https://forum.mautic.org/t/my-file/4782 "2016-08-07T14:27:46Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![klausv1304](https://avatars.discourse-cdn.com/v4/letter/k/c5a1d2/32.png) [@klausv1304](https://forum.mautic.org/u/klausv1304)
#### Post date: [August 7, 2016, 2:27pm UTC](https://forum.mautic.org/t/my-file/4782/1 "2016-08-07T14:27:46Z")

</div>

\<?php  
$parameters = array(  
'cache\_path' =\> '%kernel.root\_dir%/cache',  
'log\_path' =\> '%kernel.root\_dir%/logs',  
'site\_url' =\> 'http://www.equipe.cc/Mautic',  
'install\_source' =\> 'Mautic',  
'db\_driver' =\> 'pdo\_mysql',  
'db\_host' =\> 'xxx',  
'db\_table\_prefix' =\> 'mau',  
'db\_port' =\> '3306',  
'db\_name' =\> 'xxx',  
'db\_user' =\> 'xxx2',  
'db\_password' =\> 'xxx',  
'db\_path' =\> null,  
'mailer\_from\_name' =\> 'xxx',  
'mailer\_from\_email' =\> 'xxx',  
'mailer\_transport' =\> 'mail',  
'mailer\_host' =\> 'xxx',  
'mailer\_port' =\> 'xxx',  
'mailer\_user' =\> null,  
'mailer\_password' =\> null,  
'mailer\_encryption' =\> 'ssl',  
'mailer\_auth\_mode' =\> null,  
'mailer\_spool\_type' =\> 'memory',  
'mailer\_spool\_path' =\> '%kernel.root\_dir%/spool',  
'secret\_key' =\> 'xxxxx',  
'webroot' =\> null,  
'image\_path' =\> 'media/images',  
'theme' =\> 'Mauve',  
'locale' =\> 'de',  
'trusted\_hosts' =\> array(  
  
),  
'trusted\_proxies' =\> array(  
  
),  
'rememberme\_key' =\> '05599796dd4a82bef0a9277a3e24fa3384f85147',  
'rememberme\_lifetime' =\> '31536000',  
'rememberme\_path' =\> '/',  
'rememberme\_domain' =\> null,  
'default\_pagelimit' =\> 30,  
'default\_timezone' =\> 'Europe/Berlin',  
'date\_format\_full' =\> 'F j, Y g:i a T',  
'date\_format\_short' =\> 'D, M d',  
'date\_format\_dateonly' =\> 'F j, Y',  
'date\_format\_timeonly' =\> 'g:i a',  
'ip\_lookup\_service' =\> 'maxmind\_download',  
'ip\_lookup\_auth' =\> null,  
'ip\_lookup\_config' =\> array(  
  
),  
'update\_stability' =\> 'stable',  
'cookie\_path' =\> '/',  
'cookie\_domain' =\> null,  
'cookie\_secure' =\> false,  
'cookie\_httponly' =\> false,  
'do\_not\_track\_ips' =\> array(  
  
),  
'api\_enabled' =\> true,  
'api\_oauth2\_access\_token\_lifetime' =\> 60,  
'api\_oauth2\_refresh\_token\_lifetime' =\> 14,  
'upload\_dir' =\> '/mnt/webw/c0/03/56975003/htdocs/joomla\_10/Mautic/app/../media/files',  
'max\_size' =\> '6',  
'allowed\_extensions' =\> array(  
"0" =\> "csv",  
"1" =\> "doc",  
"2" =\> "docx",  
"3" =\> "epub",  
"4" =\> "gif",  
"5" =\> "jpg",  
"6" =\> "jpeg",  
"7" =\> "mpg",  
"8" =\> "mpeg",  
"9" =\> "mp3",  
"10" =\> "odt",  
"11" =\> "odp",  
"12" =\> "ods",  
"13" =\> "pdf",  
"14" =\> "png",  
"15" =\> "ppt",  
"16" =\> "pptx",  
"17" =\> "tif",  
"18" =\> "tiff",  
"19" =\> "txt",  
"20" =\> "xls",  
"21" =\> "xlsx",  
"22" =\> "wav"  
),  
'mailer\_return\_path' =\> 'xxx',  
'mailer\_spool\_msg\_limit' =\> null,  
'mailer\_spool\_time\_limit' =\> null,  
'mailer\_spool\_recover\_timeout' =\> '900',  
'mailer\_spool\_clear\_timeout' =\> '1800',  
'unsubscribe\_text' =\> 'Unsubscribe Sie erhalten keine Emails mehr von uns',  
'webview\_text' =\> 'Haben Sie Probleme mit dieser Email',  
'unsubscribe\_message' =\> 'We are sorry to see you go! |EMAIL| Sie erhalten keine Mails mehr von uns. Wenn es sich um einen Fehler handelt, klicken Sie hier, um sich wieder anzumelden.',  
'resubscribe\_message' =\> '|EMAIL| Sie haben sich wieder angemeldet. Wenn dies ein Fehler war, klicken Sie hier, um sich wieder abzumelden.',  
'monitored\_email' =\> array(  
"general" =\> array(  
"address" =\> "k.vogel@equipe.cc",  
"host" =\> "imap.strato.de",  
"port" =\> "993",  
"encryption" =\> "/ssl",  
"user" =\> "",  
"password" =\> ""  
),  
"EmailBundle\_bounces" =\> array(  
"address" =\> "k.vogel@equipe.cc",  
"host" =\> "imap.strato.de",  
"port" =\> "993",  
"encryption" =\> "/ssl",  
"user" =\> "",  
"password" =\> "",  
"override\_settings" =\> "1",  
"folder" =\> "INBOX",  
"ssl" =\> "1"  
),  
"EmailBundle\_unsubscribes" =\> array(  
"address" =\> "k,vogel@equipe.cc",  
"host" =\> "imap.strato.de",  
"port" =\> "993",  
"encryption" =\> "/ssl",  
"user" =\> "",  
"password" =\> "",  
"override\_settings" =\> "1",  
"folder" =\> "INBOX",  
"ssl" =\> "1"  
)  
),  
'mailer\_is\_owner' =\> false,  
'default\_signature\_text' =\> 'Best regards, |FROM\_NAME|',  
'cat\_in\_page\_url' =\> false,  
'google\_analytics' =\> null,  
'redirect\_list\_types' =\> array(  
"0" =\> "mautic.page.form.redirecttype.permanent",  
"1" =\> "mautic.page.form.redirecttype.temporary"  
),  
'webhook\_start' =\> 0,  
'webhook\_limit' =\> 1000,  
'webhook\_log\_max' =\> 10,  
'queue\_mode' =\> 'immediate\_process',  
'db\_server\_version' =\> '5.5',  
'do\_not\_track\_internal\_ips' =\> array(  
  
),  
'link\_shortener\_url' =\> null,  
'cached\_data\_timeout' =\> '10',  
'batch\_sleep\_time' =\> 1,  
'batch\_campaign\_sleep\_time' =\> false,  
'cors\_restrict\_domains' =\> true,  
'cors\_valid\_domains' =\> array(  
  
),  
'campaign\_time\_wait\_on\_event\_false' =\> 'PT1H',  
'mailer\_append\_tracking\_pixel' =\> true,  
'mailer\_convert\_embed\_images' =\> false,  
'mailer\_amazon\_region' =\> 'email-smtp.us-east-1.amazonaws.com',  
'notification\_enabled' =\> true,  
'notification\_app\_id' =\> null,  
'notification\_rest\_api\_key' =\> null,  
'notification\_safari\_web\_id' =\> null,  
'sms\_enabled' =\> false,  
'sms\_username' =\> null,  
'sms\_password' =\> null,  
'sms\_sending\_phone\_number' =\> null,  
'twitter\_handle\_field' =\> 'twitter',  
);

---

<div class="post-metadata">

### Author: ![klausv1304](https://avatars.discourse-cdn.com/v4/letter/k/c5a1d2/32.png) [@klausv1304](https://forum.mautic.org/u/klausv1304)
#### Post date: [August 7, 2016, 2:27pm UTC](https://forum.mautic.org/t/my-file/4782/2 "2016-08-07T14:27:46Z")

</div>

\<?php $parameters = array( 'cache\_path' =\> '%kernel.root\_dir%/cache', 'log\_path' =\> '%kernel.root\_dir%/logs', 'site\_url' =\> 'http://www.equipe.cc/Mautic', 'install\_source' =\> 'Mautic', 'db\_driver' =\> 'pdo\_mysql', 'db\_host' =\> 'xxx', 'db\_table\_prefix' =\> 'mau', 'db\_port' =\> '3306', 'db\_name' =\> 'xxx', 'db\_user' =\> 'xxx2', 'db\_password' =\> 'xxx', 'db\_path' =\> null, 'mailer\_from\_name' =\> 'xxx', 'mailer\_from\_email' =\> 'xxx', 'mailer\_transport' =\> 'mail', 'mailer\_host' =\> 'xxx', 'mailer\_port' =\> 'xxx', 'mailer\_user' =\> null, 'mailer\_password' =\> null, 'mailer\_encryption' =\> 'ssl', 'mailer\_auth\_mode' =\> null, 'mailer\_spool\_type' =\> 'memory', 'mailer\_spool\_path' =\> '%kernel.root\_dir%/spool', 'secret\_key' =\> 'xxxxx', 'webroot' =\> null, 'image\_path' =\> 'media/images', 'theme' =\> 'Mauve', 'locale' =\> 'de', 'trusted\_hosts' =\> array( ), 'trusted\_proxies' =\> array( ), 'rememberme\_key' =\> '05599796dd4a82bef0a9277a3e24fa3384f85147', 'rememberme\_lifetime' =\> '31536000', 'rememberme\_path' =\> '/', 'rememberme\_domain' =\> null, 'default\_pagelimit' =\> 30, 'default\_timezone' =\> 'Europe/Berlin', 'date\_format\_full' =\> 'F j, Y g:i a T', 'date\_format\_short' =\> 'D, M d', 'date\_format\_dateonly' =\> 'F j, Y', 'date\_format\_timeonly' =\> 'g:i a', 'ip\_lookup\_service' =\> 'maxmind\_download', 'ip\_lookup\_auth' =\> null, 'ip\_lookup\_config' =\> array( ), 'update\_stability' =\> 'stable', 'cookie\_path' =\> '/', 'cookie\_domain' =\> null, 'cookie\_secure' =\> false, 'cookie\_httponly' =\> false, 'do\_not\_track\_ips' =\> array( ), 'api\_enabled' =\> true, 'api\_oauth2\_access\_token\_lifetime' =\> 60, 'api\_oauth2\_refresh\_token\_lifetime' =\> 14, 'upload\_dir' =\> '/mnt/webw/c0/03/56975003/htdocs/joomla\_10/Mautic/app/../media/files', 'max\_size' =\> '6', 'allowed\_extensions' =\> array( "0" =\> "csv", "1" =\> "doc", "2" =\> "docx", "3" =\> "epub", "4" =\> "gif", "5" =\> "jpg", "6" =\> "jpeg", "7" =\> "mpg", "8" =\> "mpeg", "9" =\> "mp3", "10" =\> "odt", "11" =\> "odp", "12" =\> "ods", "13" =\> "pdf", "14" =\> "png", "15" =\> "ppt", "16" =\> "pptx", "17" =\> "tif", "18" =\> "tiff", "19" =\> "txt", "20" =\> "xls", "21" =\> "xlsx", "22" =\> "wav" ), 'mailer\_return\_path' =\> 'xxx', 'mailer\_spool\_msg\_limit' =\> null, 'mailer\_spool\_time\_limit' =\> null, 'mailer\_spool\_recover\_timeout' =\> '900', 'mailer\_spool\_clear\_timeout' =\> '1800', 'unsubscribe\_text' =\> 'Unsubscribe Sie erhalten keine Emails mehr von uns', 'webview\_text' =\> 'Haben Sie Probleme mit dieser Email', 'unsubscribe\_message' =\> 'We are sorry to see you go! |EMAIL| Sie erhalten keine Mails mehr von uns. Wenn es sich um einen Fehler handelt, klicken Sie hier, um sich wieder anzumelden.', 'resubscribe\_message' =\> '|EMAIL| Sie haben sich wieder angemeldet. Wenn dies ein Fehler war, klicken Sie hier, um sich wieder abzumelden.', 'monitored\_email' =\> array( "general" =\> array( "address" =\> "k.vogel@equipe.cc", "host" =\> "imap.strato.de", "port" =\> "993", "encryption" =\> "/ssl", "user" =\> "", "password" =\> "" ), "EmailBundle\_bounces" =\> array( "address" =\> "k.vogel@equipe.cc", "host" =\> "imap.strato.de", "port" =\> "993", "encryption" =\> "/ssl", "user" =\> "", "password" =\> "", "override\_settings" =\> "1", "folder" =\> "INBOX", "ssl" =\> "1" ), "EmailBundle\_unsubscribes" =\> array( "address" =\> "k,vogel@equipe.cc", "host" =\> "imap.strato.de", "port" =\> "993", "encryption" =\> "/ssl", "user" =\> "", "password" =\> "", "override\_settings" =\> "1", "folder" =\> "INBOX", "ssl" =\> "1" ) ), 'mailer\_is\_owner' =\> false, 'default\_signature\_text' =\> 'Best regards, |FROM\_NAME|', 'cat\_in\_page\_url' =\> false, 'google\_analytics' =\> null, 'redirect\_list\_types' =\> array( "0" =\> "mautic.page.form.redirecttype.permanent", "1" =\> "mautic.page.form.redirecttype.temporary" ), 'webhook\_start' =\> 0, 'webhook\_limit' =\> 1000, 'webhook\_log\_max' =\> 10, 'queue\_mode' =\> 'immediate\_process', 'db\_server\_version' =\> '5.5', 'do\_not\_track\_internal\_ips' =\> array( ), 'link\_shortener\_url' =\> null, 'cached\_data\_timeout' =\> '10', 'batch\_sleep\_time' =\> 1, 'batch\_campaign\_sleep\_time' =\> false, 'cors\_restrict\_domains' =\> true, 'cors\_valid\_domains' =\> array( ), 'campaign\_time\_wait\_on\_event\_false' =\> 'PT1H', 'mailer\_append\_tracking\_pixel' =\> true, 'mailer\_convert\_embed\_images' =\> false, 'mailer\_amazon\_region' =\> 'email-smtp.us-east-1.amazonaws.com', 'notification\_enabled' =\> true, 'notification\_app\_id' =\> null, 'notification\_rest\_api\_key' =\> null, 'notification\_safari\_web\_id' =\> null, 'sms\_enabled' =\> false, 'sms\_username' =\> null, 'sms\_password' =\> null, 'sms\_sending\_phone\_number' =\> null, 'twitter\_handle\_field' =\> 'twitter', );
