diff --git a/etc/config/compiler-explorer.defaults.properties b/etc/config/compiler-explorer.defaults.properties
index abccd070f6d78fbaec9f5621bb55554bb111a741..91cde539429024b34325f037f20d58af7100778a 100644
--- a/etc/config/compiler-explorer.defaults.properties
+++ b/etc/config/compiler-explorer.defaults.properties
@@ -27,8 +27,6 @@ python3=/usr/bin/python3
 
 cvCompilerCountMax=15
 
-textBanner=Compilation provided by Compiler Explorer at https://godbolt.org/
-
 # If you run your own public instance of Compiler Explorer you are encouraged to write your own cookie policy and
 # privacy policy, and then to enable both these below.
 cookiePolicyEnabled=false
@@ -37,7 +35,6 @@ privacyPolicyEnabled=false
 supportsLibraryCodeFilter=false
 ldPath=${exePath}/../lib|${exePath}/../lib32|${exePath}/../lib64
 ceToolsPath=../compiler-explorer-tools
-remoteStorageServer=https://godbolt.org
 
 # this timeout exists only to work around a bug (#1875)
 # it is set to 5 minutes so that it will never be triggered