-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #20 from Vizzuality/ESA-story-marker-carousel
[FE]: story marker images
- Loading branch information
Showing
3 changed files
with
133 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# Public url. Canonical url of the project. | ||
NEXT_PUBLIC_URL=http://localhost:3000 | ||
|
||
# Environment. Only for development. It will be provided by Vercel otherwise. | ||
NEXT_PUBLIC_ENVIRONMENT=development | ||
|
||
# API Url. | ||
# Development, Preview, Production | ||
# Depending on the environment we will use different urls. It can be the same for the storybook and for the project. | ||
# NEXT_PUBLIC_API_URL=http://localhost:1337/api | ||
NEXT_PUBLIC_API_URL=https://esa-gda-comms-staging-mfafc.ondigitalocean.app/cms/api | ||
|
||
# Mapbox token | ||
# Development, Preview, Production | ||
# corresponding to the account used for this project. It can be the same for the storybook and for the project. | ||
NEXT_PUBLIC_MAPBOX_API_TOKEN=pk.eyJ1Ijoidml6enVhbGl0eWVzYSIsImEiOiJjbHBiNDBiNHcwZWdmMnBybDg1a253eGpoIn0.XYSrGTkz6BoR6NPdx2_tDA | ||
|
||
# Google Analytics tracking ID. | ||
# Development, Preview, Production | ||
# If you're working with an Google Analytics 4 property, you have a Measurement ID instead of a Tracking ID. | ||
NEXT_PUBLIC_GA_TRACKING_ID=UA-000000-2 | ||
|
||
# Recoil: Remove warnings about duplicate atoms due to hot-reloading | ||
# Development | ||
RECOIL_DUPLICATE_ATOM_KEY_CHECKING_ENABLED=false | ||
|
||
NEXT_PUBLIC_PREVIEW_SECRET=preview-secret |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters