Skip to content

Commit

Permalink
Merge pull request #208 from Malvoz/maps4html.org-referrer
Browse files Browse the repository at this point in the history
[Examples] API keys: Update mapkitstatic referrer
  • Loading branch information
AmeliaBR authored May 12, 2020
2 parents 51ce78c + 9b9b3ca commit f7e1d81
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/api-keys.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Tokens are configured to work from the following domains:
http://localhost:8000/
https://maps4html.github.io/
https://maps4html.org/
*/
var m4h = m4h || {};
m4h.keys = {
Expand All @@ -21,10 +21,10 @@ m4h.keys = {
signature: 'dIEhfVGXY4WHW2hq7FUWuqc41B0a0-zHJoom88pBZD_hfj3IohIHo06qv__qtxFOQjNbeeq0G_RZZgZ3yWQiQA'
},
maps4html: {
referer: 'https://maps4html.github.io/',
referer: 'https://maps4html.org/',
teamId: '43B23N8Z63',
keyId: 'R6BV5A9CGV',
signature: 'c_o9L3nf8QZ-Iz1pNyCF-yn8CvJxuM4ElCoD2lUBMinm3YbIp44DRIAAe_SgHiUMYD4t_CVZ84bQd5CAnGO6Ig'
}
}
};
};

0 comments on commit f7e1d81

Please sign in to comment.