We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06a7c46 commit d6b46bdCopy full SHA for d6b46bd
src/key.ts
@@ -1,7 +1,6 @@
1
import { IAzureMapOptions, AuthenticationType } from 'react-azure-maps';
2
-// require('dotenv').config();
3
4
-export const key = process.env.REACT_APP_AZURE_MAPS_KEY || '';
+export const key = process.env.STORYBOOK_AZURE_MAPS_KEY || '';
5
6
export const mapOptions: IAzureMapOptions = {
7
authOptions: {
0 commit comments