From 38242753d7db9c5dae95ab2891a59b6c979b2dfe Mon Sep 17 00:00:00 2001 From: jundm Date: Sun, 17 Apr 2022 23:21:22 +0900 Subject: [PATCH] fix:update https --- frontend/.env.production | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/.env.production b/frontend/.env.production index 0f4bbf2..ea17092 100644 --- a/frontend/.env.production +++ b/frontend/.env.production @@ -3,4 +3,4 @@ NEXT_PUBLIC_PRODUCTION_ENV_VARIABLE="public_production_variable" HOSTNAME=13.209.33.37 PORT=9000 -NEXT_PUBLIC_ENV_BASE_URL=http://$HOSTNAME:$PORT/ +NEXT_PUBLIC_ENV_BASE_URL=https://$HOSTNAME:$PORT/