Select Git revision
doc_example.md
env.php 360 B
<?php
return [
'backend' => [
'frontName' => 'admin'
],
'install' => [
'date' => 'Wed, 15 Jan 2020 00:00:00 +0000'
],
'system' => [
'default' => [
'dev' => [
'log' => [
'active' => '1'
]
]
]
],
// Other configurations...
];