<?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',
);
<?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',
);