diff --git a/client/.env b/client/.env deleted file mode 100644 index b29a702..0000000 --- a/client/.env +++ /dev/null @@ -1,27 +0,0 @@ -# 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