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.
21 lines
658 B
21 lines
658 B
<?php |
|
return [ |
|
'cookieValidationKey' => '', |
|
'cookieDomain' => '', |
|
'staticPath' => dirname(__DIR__, 2) . '/static', |
|
'frontendHostInfo' => '', |
|
'backendHostInfo' => '', |
|
'staticHostInfo' => '', |
|
'supportEmail' => '', |
|
'adminEmail' => '', |
|
'mailChimpKey' => '', |
|
'mailChimpListId' => '', |
|
]; |
|
|
|
/* |
|
'cookieDomain' => '.zxcms.local', |
|
'staticPath' => dirname(__DIR__, 2) . '/static', |
|
'frontendHostInfo' => 'http://zxcms.local', |
|
'backendHostInfo' => 'http://admin.zxcms.local', |
|
'staticHostInfo' => 'http://static.zxcms.local', |
|
*/
|
|
|