Files
2016-08-12 17:56:58 +03:00

8 lines
121 B
PHP

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