shlink/docker/config/shlink_in_docker.local.php

18 lines
229 B
PHP
Raw Normal View History

2019-08-16 18:38:26 +02:00
<?php
2019-10-05 17:26:10 +02:00
2019-08-16 18:38:26 +02:00
declare(strict_types=1);
namespace Shlinkio\Shlink;
2022-06-04 08:59:17 +02:00
use Shlinkio\Shlink\Common\Logger\LoggerType;
2019-08-16 18:38:26 +02:00
return [
'logger' => [
'Shlink' => [
2022-06-04 08:59:17 +02:00
'type' => LoggerType::STREAM->value,
2019-08-16 18:38:26 +02:00
],
],
];