1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-24 17:04:43 +00:00

Updated development to allow all hostnames (for localtunnel)

This commit is contained in:
2021-02-18 20:27:44 +00:00
parent f5ddc6652d
commit 5677f4e944

View File

@@ -1,6 +1,9 @@
Wrestling::Application.configure do
# 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
# 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.
@@ -32,9 +35,5 @@ Wrestling::Application.configure do
#Bullet.alert = true
#Bullet.console = true
#Bullet.bullet_logger = true
end
end