59 lines
1.5 KiB
PHP
59 lines
1.5 KiB
PHP
<?php
|
|
return [
|
|
'utf_mode' => [
|
|
'value' => true,
|
|
'readonly' => true,
|
|
],
|
|
'cache_flags' => [
|
|
'value' => [
|
|
'config_options' => 3600,
|
|
'site_domain' => 3600,
|
|
],
|
|
'readonly' => false,
|
|
],
|
|
'cookies' => [
|
|
'value' => [
|
|
'secure' => false,
|
|
'http_only' => true,
|
|
],
|
|
'readonly' => false,
|
|
],
|
|
'exception_handling' => [
|
|
'value' => [
|
|
'debug' => true,
|
|
'handled_errors_types' => 4437,
|
|
'exception_errors_types' => 4437,
|
|
'ignore_silence' => false,
|
|
'assertion_throws_exception' => true,
|
|
'assertion_error_type' => 256,
|
|
'log' => [
|
|
'settings' => [
|
|
'file' => '/var/www/log/exception.log',
|
|
'log_size' => 1000000,
|
|
],
|
|
],
|
|
],
|
|
'readonly' => false,
|
|
],
|
|
'connections' => [
|
|
'value' => [
|
|
'default' => [
|
|
'className' => '\\Bitrix\\Main\\DB\\MysqliConnection',
|
|
'host' => 'mysql',
|
|
'database' => 'sup_ru',
|
|
'login' => 'sup_ru',
|
|
'password' => 'pT6oT0JHBUyjh3&__zT2l',
|
|
'options' => 2,
|
|
],
|
|
],
|
|
'readonly' => true,
|
|
],
|
|
'smtp' => [
|
|
'value' => [
|
|
'enabled' => true,
|
|
'debug' => true,
|
|
'log_file' => '/var/www/log/smtp.log',
|
|
],
|
|
],
|
|
];
|