Upgrade web-console, fix it for Docker
Was failing silently in Docker, because the warnings were turned off.
This commit is contained in:
@@ -69,7 +69,7 @@ Rails.application.configure do
|
||||
config.action_mailer.default_url_options = { host: "localhost:3000", protocol: "http" }
|
||||
|
||||
# Allow requests from any IP
|
||||
config.web_console.whiny_requests = false
|
||||
config.web_console.permissions = '0.0.0.0/0'
|
||||
|
||||
if ENV["S3_ENABLED"]
|
||||
config.active_storage.service = :s3
|
||||
|
||||
Reference in New Issue
Block a user