From 3f4d2aa44f37c268f50e63091d147a81aea4bacb Mon Sep 17 00:00:00 2001 From: "Jesse C. Fisher" Date: Thu, 8 Feb 2024 15:54:12 +0000 Subject: [PATCH] Update dev port --- config/environments/development.rb | 1 + 1 file changed, 1 insertion(+) 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