Skip to content
Snippets Groups Projects
Commit c7e540df authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

Correction local.php.dist : chemin du fichier users.htpasswd.

parent 6c62fab4
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ return [ ...@@ -10,7 +10,7 @@ return [
0 => 'basic', 0 => 'basic',
], ],
'realm' => 'api', 'realm' => 'api',
'htpasswd' => 'XXXXX', 'htpasswd' => __DIR__ . '/../users.htpasswd',
], ],
], ],
], ],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment