From 02283fe4979ad055a20131166628a32b3c152897 Mon Sep 17 00:00:00 2001 From: IN COMMON Collective Date: Fri, 26 Mar 2021 15:24:16 +0100 Subject: [DEV] WIP: explore sso login alternative --- config/environments/development.rb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config/environments/development.rb') diff --git a/config/environments/development.rb b/config/environments/development.rb index 7a9f6c3..03f888f 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -1,5 +1,8 @@ require "active_support/core_ext/integer/time" +# During development, use localhost (careful with the port!) +Rails.application.default_url_options[:host] = "localhost:3000" + Rails.application.configure do # Settings specified here will take precedence over those in config/application.rb. -- cgit v1.2.3