Skip to content

Commit

Permalink
fix:env set a https
Browse files Browse the repository at this point in the history
  • Loading branch information
jundm committed Apr 19, 2022
1 parent fabb230 commit f122f37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/.env.production
Original file line number Diff line number Diff line change
Expand Up @@ -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/

1 comment on commit f122f37

@vercel
Copy link

@vercel vercel bot commented on f122f37 Apr 19, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.