diff --git a/config/environments/development.rb b/config/environments/development.rb index 245a3229..c865c289 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -75,4 +75,5 @@ Rails.application.configure do # config.action_cable.disable_request_forgery_protection = true config.hosts << "pineapple.punked.us" config.hosts << "theneedfuldo.tendy.zone" + config.hosts << "shangtsung:9914" end