32 lines
679 B
PHP
32 lines
679 B
PHP
<?php return
|
|
[
|
|
'language' => 'tr',
|
|
'timezone' => 'Europe/Istanbul',
|
|
'locale' =>
|
|
[
|
|
'charset' => 'en_US.UTF-8',
|
|
'language' => 'english',
|
|
],
|
|
'mode' => 'development',
|
|
'key' => ZN\In::secretProjectKey('!E;gk86H(-J>F6mq3b_3=h*'),
|
|
'benchmark' => false,
|
|
'log' =>
|
|
[
|
|
'createFile' => false,
|
|
'fileTime' => '30 day'
|
|
],
|
|
'headers' =>
|
|
[
|
|
'content-type: text/html; charset=utf-8'
|
|
],
|
|
'errorReporting' => E_ALL,
|
|
'escapeErrors' => [],
|
|
'exitErrors' => [0, 2],
|
|
'restoration' =>
|
|
[
|
|
'machinesIP' => ['127.0.0.1'],
|
|
'pages' => [],
|
|
'routePage' => ''
|
|
]
|
|
];
|