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:
parent
be023a075e
commit
814f8e2af7
2 changed files with 0 additions and 9 deletions
|
@ -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'
|
||||
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue