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