mirror of
https://github.com/CyanoFresh/SmartHomePHP.git
synced 2026-03-03 00:24:01 +01:00
8 lines
121 B
PHP
8 lines
121 B
PHP
<?php
|
|
|
|
return [
|
|
'dsn' => 'mysql:host=localhost;dbname=smarthome',
|
|
'username' => 'root',
|
|
'password' => '',
|
|
];
|