Egorka
6 years ago
7 changed files with 116 additions and 57 deletions
@ -1,3 +1,8 @@ |
|||||||
<?php |
<?php |
||||||
return [ |
return [ |
||||||
|
'backendTranslatedLanguages' => [ |
||||||
|
'ru' => 'Русский', |
||||||
|
'en' => 'English', |
||||||
|
], |
||||||
|
'backendDefaultLanguage' => 'ru', |
||||||
]; |
]; |
||||||
|
@ -1,10 +1,13 @@ |
|||||||
<?php |
<?php |
||||||
return [ |
return [ |
||||||
'cookieValidationKey' => '', |
'cookieValidationKey' => '', |
||||||
'cookieDomain' => '.domain.local', |
'cookieDomain' => '.morework.local', |
||||||
'frontendHostInfo' => 'http://domain.local', |
'staticPath' => dirname(__DIR__, 2) . '/static', |
||||||
'backendHostInfo' => 'http://admin.domain.local', |
'frontendHostInfo' => 'http://morework.local', |
||||||
'staticHostInfo' => 'http://static.domain.local', |
'backendHostInfo' => 'http://admin.morework.local', |
||||||
|
'staticHostInfo' => 'http://static.morework.local', |
||||||
|
'supportEmail' => 'support@morework.local', |
||||||
|
'adminEmail' => 'admin@morework.local', |
||||||
'mailChimpKey' => '', |
'mailChimpKey' => '', |
||||||
'mailChimpListId' => '', |
'mailChimpListId' => '', |
||||||
]; |
]; |
||||||
|
@ -1,3 +1,8 @@ |
|||||||
<?php |
<?php |
||||||
return [ |
return [ |
||||||
|
'backendTranslatedLanguages' => [ |
||||||
|
'ru' => 'Русский', |
||||||
|
'en' => 'English', |
||||||
|
], |
||||||
|
'backendDefaultLanguage' => 'ru', |
||||||
]; |
]; |
||||||
|
@ -1,8 +1,13 @@ |
|||||||
<?php |
<?php |
||||||
return [ |
return [ |
||||||
'cookieValidationKey' => '', |
'cookieValidationKey' => '', |
||||||
'cookieDomain' => '.morework.dev', |
'cookieDomain' => '.morework.local', |
||||||
'frontendHostInfo' => 'http://morework.dev', |
'staticPath' => dirname(__DIR__, 2) . '/static', |
||||||
'backendHostInfo' => 'http://admin.morework.dev', |
'frontendHostInfo' => 'http://morework.local', |
||||||
'staticHostInfo' => 'http://static.shop.dev', |
'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