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/