· 6 years ago · Oct 25, 2019, 08:14 PM
1<?php
2$parameters = array(
3 'db_driver' => 'pdo_mysql',
4 'db_host' => 'localhost',
5 'db_table_prefix' => 'mau_',
6 'db_port' => '3306',
7 'db_name' => 'mydatabase',
8 'db_user' => 'myuser',
9 'db_password' => 'mypassword',
10 'db_backup_tables' => 1,
11 'db_backup_prefix' => 'bak_',
12 'db_server_version' => '5.5.5-10.1.41-MariaDB',
13 'mailer_from_name' => 'My Name',
14 'mailer_from_email' => 'mymail@domain.com.br',
15 'mailer_transport' => 'smtp',
16 'mailer_host' => 'smtp.domain.com.br',
17 'mailer_port' => '587',
18 'mailer_user' => 'myuser',
19 'mailer_password' => 'mypasswd',
20 'mailer_encryption' => 'tls',
21 'mailer_auth_mode' => 'login',
22 'mailer_spool_type' => 'memory',
23 'mailer_spool_path' => '%kernel.root_dir%/spool',
24 'secret_key' => '4aee8f124324322342342342342343242342342340523b46c3aefea15dee893',
25 'site_url' => 'https://domain.com.br/mautic',
26 'webroot' => null,
27 'cache_path' => '/home/useraccountcom/public_html/mautic/app/cache',
28 'log_path' => '/home/useraccountcom/public_html/mautic/app/logs',
29 'image_path' => 'media/images',
30 'tmp_path' => '/home/useraccountcom/public_html/mautic/app/cache',
31 'locale' => 'pt_BR',
32 'dev_hosts' => null,
33 'trusted_hosts' => array(
34
35 ),
36 'trusted_proxies' => array(
37
38 ),
39 'rememberme_key' => '4e43ff8123123123123123123123123123d365f59',
40 'rememberme_lifetime' => '31536000',
41 'rememberme_path' => '/',
42 'default_pagelimit' => 30,
43 'default_timezone' => 'America/Sao_Paulo',
44 'date_format_full' => 'F j, Y g:i a T',
45 'date_format_short' => 'D, M d',
46 'date_format_dateonly' => 'F j, Y',
47 'date_format_timeonly' => 'g:i a',
48 'ip_lookup_service' => 'maxmind_download',
49 'ip_lookup_auth' => null,
50 'ip_lookup_config' => array(
51
52 ),
53 'ip_lookup_create_organization' => 0,
54 'update_stability' => 'stable',
55 'cookie_path' => '/',
56 'cookie_secure' => null,
57 'do_not_track_ips' => array(
58
59 ),
60 'do_not_track_bots' => array(
61 '0' => 'MSNBOT',
62 '1' => 'msnbot-media',
63 '2' => 'bingbot',
64 '3' => 'Googlebot',
65 '4' => 'Google Web Preview',
66 '5' => 'Mediapartners-Google',
67 '6' => 'Baiduspider',
68 '7' => 'Ezooms',
69 '8' => 'YahooSeeker',
70 '9' => 'Slurp',
71 '10' => 'AltaVista',
72 '11' => 'AVSearch',
73 '12' => 'Mercator',
74 '13' => 'Scooter',
75 '14' => 'InfoSeek',
76 '15' => 'Ultraseek',
77 '16' => 'Lycos',
78 '17' => 'Wget',
79 '18' => 'YandexBot',
80 '19' => 'Java/1.4.1_04',
81 '20' => 'SiteBot',
82 '21' => 'Exabot',
83 '22' => 'AhrefsBot',
84 '23' => 'MJ12bot',
85 '24' => 'NetSeer crawler',
86 '25' => 'TurnitinBot',
87 '26' => 'magpie-crawler',
88 '27' => 'Nutch Crawler',
89 '28' => 'CMS Crawler',
90 '29' => 'rogerbot',
91 '30' => 'Domnutch',
92 '31' => 'ssearch_bot',
93 '32' => 'XoviBot',
94 '33' => 'digincore',
95 '34' => 'fr-crawler',
96 '35' => 'SeznamBot',
97 '36' => 'Seznam screenshot-generator',
98 '37' => 'Facebot',
99 '38' => 'facebookexternalhit'
100 ),
101 'do_not_track_internal_ips' => array(
102
103 ),
104 'link_shortener_url' => null,
105 'cached_data_timeout' => '10',
106 'batch_sleep_time' => '1',
107 'cors_restrict_domains' => 1,
108 'cors_valid_domains' => array(
109
110 ),
111 'rss_notification_url' => 'https://mautic.com/?feed=rss2&tag=notification',
112 'max_entity_lock_time' => 0,
113 'default_daterange_filter' => '-1 month',
114 'last_shown_tab' => 'emailconfig',
115 'theme' => 'Mauve',
116 'theme_import_allowed_extensions' => array(
117 '0' => 'json',
118 '1' => 'twig',
119 '2' => 'css',
120 '3' => 'js',
121 '4' => 'htm',
122 '5' => 'html',
123 '6' => 'txt',
124 '7' => 'jpg',
125 '8' => 'jpeg',
126 '9' => 'png',
127 '10' => 'gif'
128 ),
129 'api_enabled' => 0,
130 'api_enable_basic_auth' => false,
131 'api_oauth2_access_token_lifetime' => 60,
132 'api_oauth2_refresh_token_lifetime' => 14,
133 'api_batch_max_limit' => '200',
134 'api_rate_limiter_limit' => 0,
135 'api_rate_limiter_cache' => array(
136 'type' => 'file_system'
137 ),
138 'upload_dir' => '/home/useraccountcom/public_html/mautic/app/../media/files',
139 'max_size' => '6',
140 'allowed_extensions' => array(
141 '0' => 'csv',
142 '1' => 'doc',
143 '2' => 'docx',
144 '3' => 'epub',
145 '4' => 'gif',
146 '5' => 'jpg',
147 '6' => 'jpeg',
148 '7' => 'mpg',
149 '8' => 'mpeg',
150 '9' => 'mp3',
151 '10' => 'odt',
152 '11' => 'odp',
153 '12' => 'ods',
154 '13' => 'pdf',
155 '14' => 'png',
156 '15' => 'ppt',
157 '16' => 'pptx',
158 '17' => 'tif',
159 '18' => 'tiff',
160 '19' => 'txt',
161 '20' => 'xls',
162 '21' => 'xlsx',
163 '22' => 'wav'
164 ),
165 'campaign_time_wait_on_event_false' => 'PT1H',
166 'mailer_return_path' => null,
167 'mailer_append_tracking_pixel' => 1,
168 'mailer_convert_embed_images' => 0,
169 'mailer_amazon_region' => 'email-smtp.us-east-1.amazonaws.com',
170 'mailer_custom_headers' => array(
171
172 ),
173 'mailer_spool_msg_limit' => null,
174 'mailer_spool_time_limit' => null,
175 'mailer_spool_recover_timeout' => '900',
176 'mailer_spool_clear_timeout' => '1800',
177 'unsubscribe_text' => '<a href="|URL|">Unsubscribe</a> to no longer receive emails from us.',
178 'webview_text' => '<a href="|URL|">Having trouble reading this email? Click here.</a>',
179 'unsubscribe_message' => 'We are sorry to see you go! |EMAIL| will no longer receive emails from us. If this was by mistake, <a href="|URL|">click here to re-subscribe</a>.',
180 'resubscribe_message' => '|EMAIL| has been re-subscribed. If this was by mistake, <a href="|URL|">click here to unsubscribe</a>.',
181 'monitored_email' => array(
182 'general' => array(
183 'address' => '',
184 'host' => '',
185 'port' => '993',
186 'encryption' => '/ssl',
187 'user' => '',
188 'password' => '',
189 'use_attachments' => ''
190 ),
191 'EmailBundle_bounces' => array(
192 'address' => '',
193 'host' => '',
194 'port' => '993',
195 'encryption' => '/ssl',
196 'user' => '',
197 'password' => '',
198 'override_settings' => '0',
199 'folder' => ''
200 ),
201 'EmailBundle_unsubscribes' => array(
202 'address' => '',
203 'host' => '',
204 'port' => '993',
205 'encryption' => '/ssl',
206 'user' => '',
207 'password' => '',
208 'override_settings' => '0',
209 'folder' => ''
210 ),
211 'EmailBundle_replies' => array(
212 'address' => '',
213 'host' => '',
214 'port' => '993',
215 'encryption' => '/ssl',
216 'user' => '',
217 'password' => '',
218 'override_settings' => '0',
219 'folder' => ''
220 )
221 ),
222 'mailer_is_owner' => 0,
223 'default_signature_text' => 'Best regards, |FROM_NAME|',
224 'email_frequency_number' => null,
225 'email_frequency_time' => null,
226 'show_contact_preferences' => 0,
227 'show_contact_frequency' => 0,
228 'show_contact_pause_dates' => 0,
229 'show_contact_preferred_channels' => 0,
230 'show_contact_categories' => 0,
231 'show_contact_segments' => 0,
232 'mailer_mailjet_sandbox' => 0,
233 'mailer_mailjet_sandbox_default_mail' => null,
234 'disable_trackable_urls' => 0,
235 'parallel_import_limit' => '1',
236 'background_import_if_more_rows_than' => 0,
237 'cat_in_page_url' => 0,
238 'google_analytics' => null,
239 'anonymize_ip' => 0,
240 'track_contact_by_ip' => 0,
241 'track_by_tracking_url' => 0,
242 'track_by_fingerprint' => 0,
243 'facebook_pixel_id' => null,
244 'facebook_pixel_trackingpage_enabled' => 0,
245 'facebook_pixel_landingpage_enabled' => 0,
246 'google_analytics_id' => null,
247 'google_analytics_trackingpage_enabled' => 0,
248 'google_analytics_landingpage_enabled' => 0,
249 'google_analytics_anonymize_ip' => 0,
250 'rabbitmq_host' => 'localhost',
251 'rabbitmq_port' => '5672',
252 'rabbitmq_vhost' => '/',
253 'rabbitmq_user' => 'guest',
254 'rabbitmq_password' => 'guest',
255 'beanstalkd_host' => 'localhost',
256 'beanstalkd_port' => '11300',
257 'beanstalkd_timeout' => '60',
258 'report_temp_dir' => '/home/useraccountcom/public_html/mautic/app/../media/files/temp',
259 'report_export_batch_size' => '1000',
260 'report_export_max_filesize_in_bytes' => '5000000',
261 'csv_always_enclose' => 0,
262 'sms_username' => null,
263 'sms_password' => null,
264 'sms_sending_phone_number' => null,
265 'sms_frequency_number' => null,
266 'sms_frequency_time' => null,
267 'sms_transport' => null,
268 'saml_idp_entity_id' => 'https://domain.com.br',
269 'saml_idp_own_password' => null,
270 'saml_idp_email_attribute' => 'EmailAddress',
271 'saml_idp_username_attribute' => null,
272 'saml_idp_firstname_attribute' => 'FirstName',
273 'saml_idp_lastname_attribute' => 'LastName',
274 'saml_idp_default_role' => null,
275 'webhook_start' => '0',
276 'webhook_limit' => '10',
277 'webhook_log_max' => '1000',
278 'webhook_disable_limit' => '100',
279 'webhook_timeout' => '15',
280 'queue_mode' => 'immediate_process',
281 'events_orderby_dir' => 'ASC',
282 'twitter_handle_field' => 'twitter',
283);