upd
This commit is contained in:
parent
c5ad7e8cb4
commit
2f2d0a579f
@ -1,10 +1,10 @@
|
|||||||
<?php
|
<?php
|
||||||
return [
|
return [
|
||||||
'db' => [
|
'db' => [
|
||||||
'host' => $_ENV['DB_HOST'] ?? 'mysql',
|
'host' => '127.0.0.1',
|
||||||
'name' => $_ENV['DB_NAME'] ?? 'mkach',
|
'name' => 'mkach',
|
||||||
'user' => $_ENV['DB_USER'] ?? 'mkach',
|
'user' => 'mkach',
|
||||||
'pass' => $_ENV['DB_PASS'] ?? 'mkach'
|
'pass' => 'your_password'
|
||||||
],
|
],
|
||||||
'access_key' => '129381923812093780198273098172',
|
'access_key' => '129381923812093780198273098172',
|
||||||
'upload_path' => 'uploads/',
|
'upload_path' => 'uploads/',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user