Last active
January 8, 2022 15:11
-
-
Save smaillns/d370fe94f95820ac392a91f1c571429a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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