Skip to content

Commit

Permalink
Added optional env variables with explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
atrincas committed Jan 8, 2025
1 parent 7dfff7d commit 3ad55ae
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions client/.env.development
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,8 @@ NEXTAUTH_SECRET=WAzjpS46vFxp17TsRDU3FXo+TF0vrfy6uhCXwGMBUE8=
#NEXT_PUBLIC_API_URL=https://dev.blue-carbon-cost-tool.dev-vizzuality.com/api
NEXT_PUBLIC_API_URL=http://localhost:4000
NEXT_PUBLIC_MAPBOX_API_TOKEN=

# When set to 'true', this will prevent the introduction modal from showing up on first visit
HIDE_INTRO_MODAL=
# Comma-separated list of feature flags to enable/disable specific features (e.g., "new-map,beta-tools")
NEXT_PUBLIC_FEATURE_FLAGS=

0 comments on commit 3ad55ae

Please sign in to comment.