1
0
mirror of https://github.com/CachetHQ/Cachet.git synced 2025-02-17 22:34:36 +01:00
Cachet/.env.example.php

11 lines
230 B
PHP

<?php
return [
'APP_DEBUG' => getenv('APP_DEBUG') ?: false,
'DB_DRIVER' => 'mysql',
'DB_HOST' => 'localhost',
'DB_DATABASE' => 'cachet',
'DB_USERNAME' => 'homestead',
'DB_PASSWORD' => 'secret',
];