Files
SmartHomePHP/environments/dev/config/db-local.php
2017-07-14 03:18:32 +03:00

9 lines
154 B
PHP

<?php
return [
'dsn' => 'mysql:host=localhost;dbname=smarthome',
'username' => 'root',
'password' => '',
'enableSchemaCache' => true,
];