Skip to content
This repository was archived by the owner on Dec 14, 2023. It is now read-only.

Commit 04f1728

Browse files
authored
Merge pull request #342 from CoderDojo/fix-cypress-tests
Update google maps API key for test/dev envs.
2 parents 01108e5 + 2b5da81 commit 04f1728

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

config/dev.env.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module.exports = merge(prodEnv, {
66
API_SERVER: '""', // False good idea, remove me
77
RECAPTCHA_SITE_KEY: '"6LeIxAcTAAAAAJcZVRqyHh71UMIEGNQ_MXjiZKhI"',
88
GOOGLE_ANALYTICS_PROPERTY_ID: '"UA-25136319-8"',
9-
GOOGLE_MAPS_API_KEY: '"AIzaSyD6WWeWYAVLLO1rmVSLiK-gSQUK8-U6w7w"',
9+
GOOGLE_MAPS_API_KEY: '"AIzaSyA4lRJMDmdT_60aUSsih78adO2A9Gzv5UM"',
1010
NEWS_URL_BASE: '""',
1111
FORUMS_URL_BASE: '"http://localhost:4567"',
1212
PROJECTS_URL_BASE: '""',

config/test.env.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,5 @@ module.exports = merge(devEnv, {
55
NODE_ENV: '"testing"',
66
API_SERVER: '""', // False good idea, remove me
77
GOOGLE_ANALYTICS_PROPERTY_ID: '"UA-25136319-8"',
8-
GOOGLE_MAPS_API_KEY: '"AIzaSyD6WWeWYAVLLO1rmVSLiK-gSQUK8-U6w7w"',
98
FORUMS_URL_BASE: '"http://localhost:4567"',
109
})

0 commit comments

Comments
 (0)