mirror of
https://github.com/elyby/accounts.git
synced 2024-12-27 07:30:18 +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' => '',
|
|
],
|
|
],
|
|
];
|