From c0dc531ebefd8912819f3b6c8bda1fed3c7e750c Mon Sep 17 00:00:00 2001 From: Evgeny Zinoviev Date: Wed, 31 Jan 2024 06:11:00 +0300 Subject: make it simple, but not simpler --- config.php | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 config.php (limited to 'config.php') diff --git a/config.php b/config.php deleted file mode 100644 index b1f1244..0000000 --- a/config.php +++ /dev/null @@ -1,27 +0,0 @@ - 'example.com', - 'cookie_host' => '.example.com', - 'admin_email' => 'admin@example.com', - - 'db' => [ - 'type' => 'mysql', - 'host' => '127.0.0.1', - 'user' => '', - 'password' => '', - 'database' => '', - ], - - 'log_file' => '/var/log/example.com-backend.log', - - 'password_salt' => '12345', - 'csrf_token' => '12345', - 'uploads_dir' => '/home/user/files.example.com', - 'uploads_host' => 'files.example.com', - - 'dirs_mode' => 0775, - 'files_mode' => 0664, - 'group' => 33, // id -g www-data - 'is_dev' => false, -]; -- cgit v1.2.3