Don't send runtime information

This commit is contained in:
Rien Maertens 2018-08-08 14:08:10 +02:00
parent a8a3e2dcfb
commit ccc7f9b330
No known key found for this signature in database
GPG key ID: 943CAB70C511D23C

View file

@ -81,4 +81,6 @@ Rails.application.configure do
# Help the asset pipeline for staging
config.x.host = 'tab.zeus.gent'
config.api_url = "https://tab.zeus.gent/"
config.middleware.delete(Rack::Runtime)
end