Skip to content

Commit 3d1c343

Browse files
fix: don't commit the env.example with both options for the environmental variable as the script will copy it
1 parent 4e925b3 commit 3d1c343

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

next/.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
WEBSITE_URL=http://localhost:3000 # Add the correct ENV var for this onto your hosting platform, point it to your production website.
2-
ENVIRONMENT=development || production
2+
ENVIRONMENT=development
33
PORT=3000
44

55
NEXT_PUBLIC_API_URL=http://localhost:1337

0 commit comments

Comments
 (0)