From 496cf36298e6d5b863749cb112af69125e7845c3 Mon Sep 17 00:00:00 2001
From: elvill <elias.villiger@uzh.ch>
Date: Thu, 13 Sep 2018 09:07:07 +0200
Subject: [PATCH] Restore your.base.url in config example

---
 extension/ext_conf_template.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extension/ext_conf_template.txt b/extension/ext_conf_template.txt
index eb95c430b..19988dc4b 100644
--- a/extension/ext_conf_template.txt
+++ b/extension/ext_conf_template.txt
@@ -16,7 +16,7 @@ cmdConvert = convert
 # cat=config/config; type=string; label=Command 'wkhtmltopdf':Default is '/opt/wkhtmltox/bin/wkhtmltopdf'. Command to convert a HTML page to a PDF.
 cmdWkhtmltopdf = /opt/wkhtmltox/bin/wkhtmltopdf
 
-# cat=config/config; type=string; label=Base URL of the current Typo3 installation:Default is empty. Example: https://localhost/including/sub/dir. Will be used to convert local pages to PDF. For accessing protected pages, the current FE User session will be faked - therefore the exact URL is needed that cookies become valid.
+# cat=config/config; type=string; label=Base URL of the current Typo3 installation:Default is empty. Example: https://your.base.url/including/sub/dir. Will be used to convert local pages to PDF. For accessing protected pages, the current FE User session will be faked - therefore the exact URL is needed that cookies become valid.
 baseUrl =
 
 # cat=config/email; type=string; label=Options for SendEMail:Default is empty. General options. Check: http://caspian.dotconf.net/menu/Software/SendEmail. E.g.: 'sendEMail=-o tls=yes'
-- 
GitLab