Skip to content

Commit

Permalink
feat(.env.example): add NEXT_PUBLIC_HOST variable with placeholder value
Browse files Browse the repository at this point in the history
  • Loading branch information
Callenowy committed Jan 17, 2024
1 parent 34d7b45 commit c6aa874
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# The NEXT_PUBLIC_HOST variable represents the host URL for the application.
# It is a public variable that the client-side code can access.
# Please replace the placeholder value with the actual host URL before using it in production.
NEXT_PUBLIC_HOST=http://localhost:3000

0 comments on commit c6aa874

Please sign in to comment.