mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
10 lines
240 B
PHP
10 lines
240 B
PHP
<?php
|
|
// Fixture used for `winter:env` unit tests in `tests/unit/system/console/WinterEnvTest.php
|
|
|
|
return [
|
|
'debug' => true,
|
|
'url' => 'https://localhost',
|
|
'key' => 'CHANGE_ME!!!!!!!!!!!!!!!!!!!!!!!',
|
|
'timezone' => 'UTC',
|
|
];
|