From 85521f9ab158f0d86768c3431ebf0f59bfb2945c Mon Sep 17 00:00:00 2001 From: Tim van Dijen <tvdijen@gmail.com> Date: Fri, 1 Jun 2018 15:56:36 +0200 Subject: [PATCH] Remove default false value from auth.proxy getString doesn't like booleans --- config-templates/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config-templates/config.php b/config-templates/config.php index a147f2e5f..be3d954c5 100644 --- a/config-templates/config.php +++ b/config-templates/config.php @@ -351,7 +351,7 @@ $config = array( * Example: * 'proxy.auth' = 'myuser:password' */ - 'proxy.auth' => false, + //'proxy.auth' => 'myuser:password', -- GitLab