13 lines
213 B
PHP
13 lines
213 B
PHP
<?php
|
|
|
|
|
|
return [
|
|
"db" => [
|
|
"host" => "localhost",
|
|
"dbname" => "webapp",
|
|
"username" => "webapp_user",
|
|
"password" => "Str0ngP4ssw0rdB*12@1",
|
|
"charset" => "utf8"
|
|
],
|
|
];
|