Commit 92425222 authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

Suppression de clés inutiles dans config/autoload/local.php.dist

parent c88cdc62
Loading
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -19,12 +19,7 @@ return [
        'authentication' => [
            'adapters' => [
                'basic' => [
                    'adapter' => \ZF\MvcAuth\Authentication\HttpAdapter::class,
                    'options' => [
                        'accept_schemes' => [
                            0 => 'basic',
                        ],
                        'realm' => 'api',
                        'htpasswd' => __DIR__ . '/../users.htpasswd',
                    ],
                ],