mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-08 15:29:20 +00:00
Updated development to allow all hostnames (for localtunnel)
This commit is contained in:
@@ -1,6 +1,9 @@
|
|||||||
Wrestling::Application.configure do
|
Wrestling::Application.configure do
|
||||||
# Settings specified here will take precedence over those in config/application.rb.
|
# Settings specified here will take precedence over those in config/application.rb.
|
||||||
|
|
||||||
|
# allow all hostnames
|
||||||
|
config.hosts.clear
|
||||||
|
|
||||||
# In the development environment your application's code is reloaded on
|
# In the development environment your application's code is reloaded on
|
||||||
# every request. This slows down response time but is perfect for development
|
# every request. This slows down response time but is perfect for development
|
||||||
# since you don't have to restart the web server when you make code changes.
|
# since you don't have to restart the web server when you make code changes.
|
||||||
@@ -32,9 +35,5 @@ Wrestling::Application.configure do
|
|||||||
#Bullet.alert = true
|
#Bullet.alert = true
|
||||||
#Bullet.console = true
|
#Bullet.console = true
|
||||||
#Bullet.bullet_logger = true
|
#Bullet.bullet_logger = true
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user