Skip to content

Commit e4e4dff

Browse files
authored
Update .env.sample.js
1 parent 9204d41 commit e4e4dff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.env.sample.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
// Make a copy of this file as '.env.js'
22
// Fill in the variables as appropriate
3-
export const GOOGLE_CALENDAR_API_KEY = 'key goes here'
3+
export const GOOGLE_CALENDAR_API_KEY = 'calendar key goes here'
4+
export const GOOGLE_MAPS_API_KEY = 'maps key goes here'

0 commit comments

Comments
 (0)