ip addresses: replace Google Maps with Bing Maps.

Replace the Google map on the IP address show page with a Bing map. Bing
doesn't require an API key, which makes it easier to deploy. The Google
Maps API requires to you to whitelist the IP addresses and domains you
plan to use with your API key, which is inconvenient for development
because it means maps won't display unless you whitelist your
development IPs.
This commit is contained in:
evazion
2021-02-16 01:25:00 -06:00
parent 3798a2d29e
commit 99fd0a585d
4 changed files with 5 additions and 10 deletions

View File

@@ -34,7 +34,6 @@ services:
- DANBOORU_RAKISMET_KEY
- DANBOORU_RAKISMET_URL
- DANBOORU_IP_REGISTRY_API_KEY
- DANBOORU_GOOGLE_MAPS_API_KEY
depends_on:
- postgres
user: root