diff --git a/roles/rt4/templates/rt4.pm.j2 b/roles/rt4/templates/rt4.pm.j2
index 7950d5dc7641f4342b21ee7b5b986570f0a0d047..bf78c563cff5957a0198c0ad28dda4b747f3c9fd 100644
--- a/roles/rt4/templates/rt4.pm.j2
+++ b/roles/rt4/templates/rt4.pm.j2
@@ -1,5 +1,6 @@
 # Set the Organization name and our public URL.
 Set($rtname, '{{ helpdesk_app_name }}');
+Set($WebBaseURL , 'https://helpdesk.autistici.org');
 Set($LogoLinkURL , 'https://helpdesk.autistici.org/rt/');
 Set($Organization, '{{ helpdesk_organization }}');
 Set($WebDomain, 'helpdesk.autistici.org);
@@ -77,17 +78,17 @@ Set(%FullTextSearch,
 {% endif %}
 
 {% if helpdesk_gpg_enabled %}
-Set( %Crypt,                         
-        RejectOnMissingPrivateKey => 0,                                    
-        RejectOnBadData => 0                                               
-);  
+Set( %Crypt,
+        RejectOnMissingPrivateKey => 0,
+        RejectOnBadData => 0
+);
 Set(%GnuPG,
     Enable => 1,
     OutgoingMessageFormat => 'RFC',
     GnuPG => '/usr/bin/gpg'
 );
 Set(%GnuPGOptions,
-	'use-agent' => undef, 
+	'use-agent' => undef,
 	'no-permission-warning' => undef,
     'homedir' => "/config/gnupg",
 	'passphrase' => '',