Displaying 1 result from an estimated 1 matches for "googlemapskeyforthisdomain".
2007 Oct 08
5
Escaping colons in YAML
Hello,
Does anyone know how to escape colons in YAML? The key in my yml is the
domain with port number, but the yml file isn''t working with this setup:
###BEGIN
production:
### THIS IS THE ONE I''m HAVING TROUBLE WITH ###
8.11.32.120:8000: GoogleMapsKeyforThisDomain
exampledomain.com: GoogleMapsAPIKeyforThatDomain
development:
GoogleMapsAPIKeyforDevelopmentDomain
###END
I''m using a google maps plugin called YM4R that uses a .yml file to
select the different Google Maps API key depending on where my app is
being hosted...
So, I''m trying to...