Egorka
6 years ago
5 changed files with 33 additions and 15 deletions
@ -1,13 +1,21 @@
|
||||
<?php |
||||
return [ |
||||
'cookieValidationKey' => '', |
||||
'cookieDomain' => '', |
||||
'staticPath' => dirname(__DIR__, 2) . '/static', |
||||
'frontendHostInfo' => '', |
||||
'backendHostInfo' => '', |
||||
'staticHostInfo' => '', |
||||
'supportEmail' => '', |
||||
'adminEmail' => '', |
||||
'mailChimpKey' => '', |
||||
'mailChimpListId' => '', |
||||
]; |
||||
|
||||
/* |
||||
'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' => '', |
||||
]; |
||||
*/ |
||||
|
@ -1,13 +1,21 @@
|
||||
<?php |
||||
return [ |
||||
'cookieValidationKey' => '', |
||||
'cookieDomain' => '', |
||||
'staticPath' => dirname(__DIR__, 2) . '/static', |
||||
'frontendHostInfo' => '', |
||||
'backendHostInfo' => '', |
||||
'staticHostInfo' => '', |
||||
'supportEmail' => '', |
||||
'adminEmail' => '', |
||||
'mailChimpKey' => '', |
||||
'mailChimpListId' => '', |
||||
]; |
||||
|
||||
/* |
||||
'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' => '', |
||||
]; |
||||
*/ |
||||
|
Loading…
Reference in new issue