fix security issue
[selectricity] / config / gmaps_api_key.yml
1 #Fill here the Google Maps API keys for your application\r
2 #In this sample:\r
3 #For development and test, we have only one possible host (localhost:3000), so there is only a single key associated with the mode.\r
4 #In production, the app can be accessed through 2 different hosts: thepochisuperstarmegashow.com and exmaple.com. There then needs a 2-key hash. If you deployed to one host, only the API key would be needed (as in development and test).\r
5 \r
6 development:\r
7  ABQIAAAA479zRK1hoNqMcKLTMuBcTRScPKE_l4RVNk_lv74wWGSk9YyVlRQ16fPZdTl-PBiKfGdEjSpSL8gVtA\r
8 test:\r
9  ABQIAAAAzMUFFnT9uH0xq39J0Y4kbhTJQa0g3IQ9GZqIMmInSLzwtGDKaBR6j135zrztfTGVOm2QlWnkaidDIQ\r
10 \r
11 production:\r
12  ABQIAAAA479zRK1hoNqMcKLTMuBcTRR0OKg4vZKrhw1amyo3djP_wIZS7BQ-fJouJ5VRd_fb2HO6KKzIMAVW6Q\r

Benjamin Mako Hill || Want to submit a patch?