From 8b8173de5528c33e957f56f7eb75f83843fe4f3c Mon Sep 17 00:00:00 2001 From: Joe McLaughlin Date: Wed, 29 Jan 2025 17:40:06 -0500 Subject: [PATCH] add binder-dev as development host --- config/environments/development.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/environments/development.rb b/config/environments/development.rb index cc547f3a..163a395d 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -65,4 +65,6 @@ # Uncomment if you wish to allow Action Cable access from any origin. # config.action_cable.disable_request_forgery_protection = true + + config.hosts << "binder-dev.springcarnival.org" end