From 6fc87e3b899ab5339cf7f60adc3dc12c300750e3 Mon Sep 17 00:00:00 2001 From: highemerly Date: Sun, 16 May 2021 13:25:33 +0900 Subject: [PATCH] =?UTF-8?q?[Fix]=20Rails6=E3=81=A7=E5=88=A5=E3=83=89?= =?UTF-8?q?=E3=83=A1=E3=82=A4=E3=83=B3=E3=81=8B=E3=82=89=E3=81=AE=E3=82=A2?= =?UTF-8?q?=E3=82=AF=E3=82=BB=E3=82=B9=E3=82=92=E3=81=AF=E3=81=98=E3=81=8F?= =?UTF-8?q?=E5=95=8F=E9=A1=8C=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/environments/production.rb | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config/environments/production.rb b/config/environments/production.rb index df6b07d77df7a..8469600ea35df 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -1,4 +1,10 @@ Rails.application.configure do + # add by highemerly + config.hosts << "web1-da-tk2.handon.club" + config.hosts << "web1-pa-tk2.handon.club" + config.hosts << "web2-da-tk2.handon.club" + config.hosts << "web2-pa-tk2.handon.club" + # Settings specified here will take precedence over those in config/application.rb. # Code is not reloaded between requests.