Skip to content

Commit

Permalink
Adding gmaps_api_key.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
guilleiguaran committed Jul 20, 2010
1 parent fa99fa0 commit ca8412c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
@@ -1,3 +1,2 @@
log
tmp
config/gmaps_api_key.yml
14 changes: 14 additions & 0 deletions 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

0 comments on commit ca8412c

Please sign in to comment.