Skip to content

Instantly share code, notes, and snippets.

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