From 8e2e747398c0f8230c0cba41b2b6517c8e86cea7 Mon Sep 17 00:00:00 2001 From: Tomasz Date: Thu, 16 May 2024 09:56:19 +0000 Subject: [PATCH] fixing comments --- config/Master-template.php | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/config/Master-template.php b/config/Master-template.php index bb3e958a0..bc4230616 100644 --- a/config/Master-template.php +++ b/config/Master-template.php @@ -278,7 +278,7 @@ class Master 'readonly' => TRUE,], /* * EXTERNAL_SOURCE is the source only used in the caching script, if you - * do not use local caching then thse settins are irrelevant + * do not use local caching then these settings are irrelevant */ 'EXTERNAL_SOURCE' => [ 'host' => 'customerdb.otherhost.example', @@ -287,10 +287,6 @@ class Master 'pass' => '2lame4u', 'readonly' => TRUE,], - - - - 'enforce-external-sync' => TRUE, ]; /**