diff --git a/.gitignore b/.gitignore index cb90452..74094e8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,2 @@ log tmp -config/gmaps_api_key.yml diff --git a/config/gmaps_api_key.yml b/config/gmaps_api_key.yml new file mode 100644 index 0000000..27a9722 --- /dev/null +++ b/config/gmaps_api_key.yml @@ -0,0 +1,14 @@ +#Fill here the Google Maps API keys for your application +#In this sample: +#For development and test, we have only one possible host (localhost:3000), so there is only a single key associated with the mode. +#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). + +development: + hermes.local: ABQIAAAAKYTq1Qk7WEVHwv6iojWv3BTK6BQdD3RnE_RTVOWHDyb4dhfy5BTP-2f7H1dq1WOFme011HF-qNvK1A + +test: + ABQIAAAAzMUFFnT9uH0xq39J0Y4kbhTJQa0g3IQ9GZqIMmInSLzwtGDKaBR6j135zrztfTGVOm2QlWnkaidDIQ + +production: + thepochisuperstarmegashow.com: ABQIAAAAzMUFFnT9uH0Sfg76Y4kbhTJQa0g3IQ9GZqIMmInSLzwtGDmlRT6e90j135zat56yhJKQlWnkaidDIQ + example.com: ABQIAAAAzMUFFnT9uH0Sfg98Y4kbhGFJQa0g3IQ9GZqIMmInSLrthJKGDmlRT98f4j135zat56yjRKQlWnkmod3TB \ No newline at end of file