Update rails + docker fixes

This commit is contained in:
Stanislav Kolotinskiy 2023-10-02 22:08:34 +03:00
parent 0cec39413f
commit efdd42b492
5 changed files with 111 additions and 94 deletions

View file

@ -73,4 +73,6 @@ Rails.application.configure do
# Uncomment if you wish to allow Action Cable access from any origin.
# config.action_cable.disable_request_forgery_protection = true
#
config.web_console.permissions = '192.168.0.0/16'
end