From 3735d48a4f811e83e177ab19490d078ab698c79b Mon Sep 17 00:00:00 2001 From: jundm Date: Thu, 21 Apr 2022 21:54:04 +0900 Subject: [PATCH] fix:env update https --- frontend/.env.production | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/.env.production b/frontend/.env.production index 1bac20f..eac378e 100644 --- a/frontend/.env.production +++ b/frontend/.env.production @@ -3,4 +3,4 @@ NEXT_PUBLIC_PRODUCTION_ENV_VARIABLE="public_production_variable" HOSTNAME=backend.sef.today PORT=9000 -NEXT_PUBLIC_ENV_BASE_URL=http://$HOSTNAME:$PORT/ +NEXT_PUBLIC_ENV_BASE_URL=https://$HOSTNAME:$PORT/