<?php
error_reporting(E_ALL ^ E_NOTICE ^ E_DEPRECATED);
return [
"display_errors" => false,
"https" => true,
"private_hash" => "asdasd",
"private_hex" => "asdasd",
"feed_ads_key" => "asdasd",
"cron_key" => "",
"folder_admin" => "admin",
"basePath" => __dir__,
"urlPrefix" => "/",
"urlPath" => "http://твой-сайт.ру",
"key_rand" => mt_rand(1000000000, 9999999999),
"create_mode" => 0777,
"elasticsearch" => [
"status" => false
],
"db" => [
"port" => "",
"host" => "localhost",
"database" => "база",
"user" => "юзер-базы",
"pass" => "пароль",
"charset" => "utf8",
],
"number_format" => [
"decimals" => 0,
"dec_point" => ".",
"thousands_sep" => ",",
"currency_spacing" => "",