diff options
-rw-r--r-- | etc/config/compiler-explorer.amazon.properties | 1 | ||||
-rw-r--r-- | etc/config/compiler-explorer.beta.properties | 1 | ||||
-rw-r--r-- | etc/config/execution.beta.properties | 2 |
3 files changed, 0 insertions, 4 deletions
diff --git a/etc/config/compiler-explorer.amazon.properties b/etc/config/compiler-explorer.amazon.properties index 93b4a22ba..9ac755634 100644 --- a/etc/config/compiler-explorer.amazon.properties +++ b/etc/config/compiler-explorer.amazon.properties @@ -12,7 +12,6 @@ clientGoogleAnalyticsEnabled=true proxyRetries=300 proxyRetryMs=500 rescanCompilerSecs=3600 -supportsExecute=false sentryDsn=https://8e4614f649ad4e3faf3e7e8827b935f9@sentry.io/102028 urlShortenService=google formatters=clangformat diff --git a/etc/config/compiler-explorer.beta.properties b/etc/config/compiler-explorer.beta.properties index 1ba5dd60c..0efc0cdaa 100644 --- a/etc/config/compiler-explorer.beta.properties +++ b/etc/config/compiler-explorer.beta.properties @@ -3,4 +3,3 @@ httpRoot=/beta urlShortenService=none storageSolution=s3 motdUrl=https://s3.dualstack.us-east-1.amazonaws.com/compiler-explorer/motd/motd-beta.json -supportsExecute=true diff --git a/etc/config/execution.beta.properties b/etc/config/execution.beta.properties index 7f672dd3e..e69de29bb 100644 --- a/etc/config/execution.beta.properties +++ b/etc/config/execution.beta.properties @@ -1,2 +0,0 @@ -sandboxType=firejail -executionType=firejail |