mkach/config.php.example
Lain Iwakura a70eb0c51b
whoo
2025-07-24 07:18:18 +03:00

16 lines
537 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
'db' => [
'host' => '127.0.0.1',
'name' => 'mkach',
'user' => 'mkach',
'pass' => 'your_password'
],
'access_key' => '129381923812093780198273098172',
'upload_path' => 'uploads/',
'max_file_size' => 26214400,
'allowed_types' => ['jpg', 'jpeg', 'png', 'gif', 'webp','JPG','JPEG','PNG','GIF','WEBP'],
'motd' => 'Добро пожаловать на mkach - анонимный имиджборд от МК',
'logo_enabled' => true,
'logo_text' => 'mkach'
];