This commit is contained in:
Lain Iwakura 2025-07-24 06:36:04 +03:00
parent c5ad7e8cb4
commit 2f2d0a579f
No known key found for this signature in database
GPG Key ID: C7C18257F2ADC6F8

View File

@ -1,10 +1,10 @@
<?php
return [
'db' => [
'host' => $_ENV['DB_HOST'] ?? 'mysql',
'name' => $_ENV['DB_NAME'] ?? 'mkach',
'user' => $_ENV['DB_USER'] ?? 'mkach',
'pass' => $_ENV['DB_PASS'] ?? 'mkach'
'host' => '127.0.0.1',
'name' => 'mkach',
'user' => 'mkach',
'pass' => 'your_password'
],
'access_key' => '129381923812093780198273098172',
'upload_path' => 'uploads/',