mirror of
https://github.com/elyby/accounts.git
synced 2024-11-07 00:29:00 +05:30
11 lines
205 B
PHP
11 lines
205 B
PHP
<?php
|
|
return [
|
|
'components' => [
|
|
'db' => [
|
|
'dsn' => 'mysql:host=localhost;dbname=ely_accounts',
|
|
'username' => 'root',
|
|
'password' => '',
|
|
],
|
|
],
|
|
];
|