mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 00:42:04 +02:00
Allow any host in development
This commit is contained in:
parent
cab9c304ad
commit
fbaf439dc2
2 changed files with 3 additions and 66 deletions
|
@ -32,6 +32,9 @@ Rails.application.configure do
|
|||
config.assets.raise_runtime_errors = true
|
||||
|
||||
config.action_view.raise_on_missing_translations = true
|
||||
|
||||
# Allow any host to access development
|
||||
config.hosts.clear
|
||||
end
|
||||
|
||||
# In this mode, any jobs you queue will be run in the same thread, synchronously
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue