You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
<?php
|
|
|
|
return [
|
|
|
|
'cookieValidationKey' => '',
|
|
|
|
'cookieDomain' => '.morework.local',
|
|
|
|
'staticPath' => dirname(__DIR__, 2) . '/static',
|
|
|
|
'frontendHostInfo' => 'http://morework.local',
|
|
|
|
'backendHostInfo' => 'http://admin.morework.local',
|
|
|
|
'staticHostInfo' => 'http://static.morework.local',
|
|
|
|
'supportEmail' => 'support@morework.local',
|
|
|
|
'adminEmail' => 'admin@morework.local',
|
|
|
|
'mailChimpKey' => '',
|
|
|
|
'mailChimpListId' => '',
|
|
|
|
];
|