Skip to content

Commit

Permalink
added temporally env variables cc Alex
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsingal committed Mar 21, 2024
1 parent 0f61f9a commit ab5febd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions client/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,15 @@ const nextConfig = {
},
];
},
env: {
NEXT_PUBLIC_PLANET_API_KEY: 'PLAK6679039df83f414faf798ba4ad4530db',
NEXT_PUBLIC_CARTO_FOREST_ACCESS_TOKEN:
'eyJhbGciOiJIUzI1NiJ9.eyJhIjoiYWNfemsydWhpaDYiLCJqdGkiOiJjY2JlMjUyYSJ9.LoqzuDp076ESVYmHm1mZNtfhnqOVGmSxzp60Fht8PQw',
NEXT_PUBLIC_CARTO_DEFORESTATION_ACCESS_TOKEN:
'eyJhbGciOiJIUzI1NiJ9.eyJhIjoiYWNfemsydWhpaDYiLCJqdGkiOiJjZDk0ZWIyZSJ9.oqLagnOEc-j7Z4hY-MTP1yoZA_vJ7WYYAkOz_NUmCJo',
NEXT_PUBLIC_CARTO_RADD_ACCESS_TOKEN:
'eyJhbGciOiJIUzI1NiJ9.eyJhIjoiYWNfemsydWhpaDYiLCJqdGkiOiI3NTFkNzA1YSJ9.jrVugV7HYfhmjxj-p2Iks8nL_AjHR91Q37JVP2fNmtc',
},
};

module.exports = nextConfig;

0 comments on commit ab5febd

Please sign in to comment.