mirror of
https://github.com/elyby/accounts.git
synced 2025-01-06 04:03:47 +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' => '',
|
|
],
|
|
],
|
|
];
|