Skip to content

Instantly share code, notes, and snippets.

@smaillns
Last active January 8, 2022 15:12
Show Gist options
  • Save smaillns/dc9786a8f73a4c2991999103ae16bbd9 to your computer and use it in GitHub Desktop.
Save smaillns/dc9786a8f73a4c2991999103ae16bbd9 to your computer and use it in GitHub Desktop.
(function(window) {
window["env"] = window["env"] || {};
// Environment variables
window["env"]["api"] = "http://localhost:8000";
window["env"]["google_maps_api"] = "xxxxxxxxxxxxxxxxxxxxxxxxxxxx";
window["env"]["gtm"] = "GTM-xxxxxxx";
})(this);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment