Add Dockerfile for development

This commit is contained in:
Râu Cao
2022-12-02 19:19:02 +01:00
parent 0ca85656b7
commit fa3b53d3b3
3 changed files with 32 additions and 0 deletions

View File

@@ -63,4 +63,7 @@ Rails.application.configure do
config.action_mailer.raise_delivery_errors = false
# Base URL to be used by email template link helpers
config.action_mailer.default_url_options = { host: "localhost:3000", protocol: "http" }
# Allow requests from any IP
config.web_console.whiny_requests = false
end