international-jugger-council / ijc-website

A repository for building the website of the International Jugger Council.
https://juggercouncil.org
GNU General Public License v3.0
0 stars 0 forks source link

Use different Google Maps API key for local development #30

Open candu opened 3 years ago

candu commented 3 years ago

Description We have a Google Maps API key that's used for juggercouncil.org - but because that key is publicly available in the JavaScript source code, we have to restrict it to just that domain. That means we can't currently test the map in local development!

This task aims to fix that by making this configurable.

Acceptance Criteria