add new experimental environment cutlergyor
This commit is contained in:
39
environments/cutlergyor/apache2/common/config/main.php
Normal file
39
environments/cutlergyor/apache2/common/config/main.php
Normal file
@@ -0,0 +1,39 @@
|
||||
<?php
|
||||
|
||||
|
||||
return [
|
||||
'vendorPath' => dirname(dirname(__DIR__)) . '/vendor',
|
||||
// 'language' => 'hu-HU',
|
||||
'timezone' => 'Europe/Budapest',
|
||||
'language' => 'hu',
|
||||
'components' => [
|
||||
'cache' => [
|
||||
'class' => 'yii\caching\FileCache',
|
||||
],
|
||||
'i18n' => [
|
||||
'translations' => [
|
||||
'*' => [
|
||||
'class' => 'yii\i18n\PhpMessageSource',
|
||||
'basePath' => '@common/messages',
|
||||
],
|
||||
],
|
||||
],
|
||||
'formatter' => [
|
||||
'class' => 'yii\i18n\Formatter',
|
||||
'dateFormat' => 'yyyy.MM.dd',
|
||||
'datetimeFormat' => 'yyyy.MM.dd HH:mm',
|
||||
'timeFormat' => 'HH:mm',
|
||||
'locale' => 'hu-Hu',
|
||||
// 'timeZone' => 'Europe/Budapest',
|
||||
'timeZone' => 'UTC',
|
||||
// 'defaultTimeZone' => 'UTC',
|
||||
'nullDisplay' => "-",
|
||||
],
|
||||
'authManager' => [
|
||||
'class' => 'yii\rbac\DbManager'
|
||||
],
|
||||
'assetManager' =>[
|
||||
'appendTimestamp' => true
|
||||
]
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user