Skip to content

Commit

Permalink
Separate public dotenv and local dotenv
Browse files Browse the repository at this point in the history
  • Loading branch information
hanbyul-here committed Dec 16, 2024
1 parent bc9dc50 commit 69639a2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
NEXT_PUBLIC_API_STAC_ENDPOINT='https://openveda.cloud/api/stac'
NEXT_PUBLIC_API_RASTER_ENDPOINT='https://openveda.cloud/api/raster'
2 changes: 1 addition & 1 deletion .env.local → .env.local-sample
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Get your public token from Mapbox dashboard
# Then copy this file, name it as .env.local
NEXT_PUBLIC_MAPBOX_TOKEN='your-mapbox-token-here'
NEXT_PUBLIC_MAPBOX_TOKEN=''

# Google Tag Manager tracking code
# Not required unless you are actively developing
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ yarn-error.log*
.pnpm-debug.log*

# env files
.env
.env.local

# vercel
.vercel
Expand Down

0 comments on commit 69639a2

Please sign in to comment.