mirror of
https://github.com/cachethq/cachet.git
synced 2026-06-30 15:55:48 +00:00
10 lines
179 B
PHP
10 lines
179 B
PHP
<?php
|
|
|
|
return [
|
|
'DB_DRIVER' => 'mysql',
|
|
'DB_HOST' => 'localhost',
|
|
'DB_DATABASE' => 'cachet',
|
|
'DB_USERNAME' => 'homestead',
|
|
'DB_PASSWORD' => 'secret',
|
|
];
|