Update osm-auth

This commit is contained in:
John Firebaugh
2013-04-17 16:04:18 -07:00
parent e2f9f57410
commit d04695da3b
4 changed files with 151 additions and 159 deletions
+10 -8
View File
@@ -1,12 +1,14 @@
{
"http://api06.dev.openstreetmap.org": {
"oauth_consumer_key": "zwQZFivccHkLs3a8Rq5CoS412fE5aPCXDw9DZj7R",
"oauth_secret": "aMnOOCwExO2XYtRVWJ1bI9QOdqh1cay2UgpbhA6p",
"oauth_signature_method": "HMAC-SHA1"
},
"http://www.openstreetmap.org": {
[
{
"url": "http://www.openstreetmap.org",
"oauth_consumer_key": "5A043yRSEugj4DJ5TljuapfnrflWDte8jTOcWLlT",
"oauth_secret": "aB3jKq1TRsCOUrfOIZ6oQMEDmv2ptV76PA54NGLL",
"oauth_signature_method": "HMAC-SHA1"
},
{
"url": "http://api06.dev.openstreetmap.org",
"oauth_consumer_key": "zwQZFivccHkLs3a8Rq5CoS412fE5aPCXDw9DZj7R",
"oauth_secret": "aMnOOCwExO2XYtRVWJ1bI9QOdqh1cay2UgpbhA6p",
"oauth_signature_method": "HMAC-SHA1"
}
}
]