This commit is contained in:
Lain Iwakura 2025-07-24 07:19:57 +03:00
parent 944f240e89
commit 804e35f1b4
No known key found for this signature in database
GPG Key ID: C7C18257F2ADC6F8

View File

@ -1,20 +0,0 @@
<?php
return [
'db' => [
'host' => $_ENV['DB_HOST'] ?? 'mysql',
'name' => $_ENV['DB_NAME'] ?? 'mkach',
'user' => $_ENV['DB_USER'] ?? 'mkach',
'pass' => $_ENV['DB_PASS'] ?? 'mkach'
],
'access_key' => 'mkalwaysthebest1337',
'upload_path' => 'uploads/',
'max_file_size' => 26214400,
'allowed_types' => ['jpg', 'jpeg', 'png', 'gif', 'webp','JPG','JPEG','PNG','GIF','WEBP'],
'max_message_length' => 10000,
'motd' => 'Добро пожаловать на mkach - анонимный имиджборд от МК',
'logo_enabled' => true,
'logo_text' => 'mkach',
'admin' => [
'password' => 'admin1337'
]
];