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