20 lines
677 B
Plaintext
20 lines
677 B
Plaintext
<?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'],
|
||
'max_message_length' => 10000,
|
||
'motd' => 'Добро пожаловать на mkach - анонимный имиджборд от МК. Темная тема в бета-тесте!',
|
||
'logo_enabled' => true,
|
||
'logo_text' => 'mkach',
|
||
'admin' => [
|
||
'password' => 'admin1337'
|
||
]
|
||
]; |