Delete unused LocalImpressHost & RemoteImpressHost config vars

These were cute stuff from long ago! They have no call sites now! Bye!
This commit is contained in:
Emi Matchu 2023-10-25 16:13:47 -07:00
parent be023a075e
commit 814f8e2af7
2 changed files with 0 additions and 9 deletions

View file

@ -103,8 +103,3 @@ Rails.application.configure do
# Allow connections on Vagrant's private network.
config.web_console.permissions = '10.0.2.2'
end
LocalImpressHost = 'betanewimpress.openneo.net'
RemoteImpressHost = 'beta.impress.openneo.net'

View file

@ -121,7 +121,3 @@ Rails.application.configure do
# Skip DNS rebinding protection for the default health check endpoint.
# config.host_authorization = { exclude: ->(request) { request.path == "/up" } }
end
LocalImpressHost = 'newimpress.openneo.net'
RemoteImpressHost = 'impress.openneo.net'