Skip to content

Instantly share code, notes, and snippets.

@GaetanoPiazzolla
Created July 21, 2021 08:04
Show Gist options
  • Save GaetanoPiazzolla/c6a98f9465c470d0f9762d95be7292bb to your computer and use it in GitHub Desktop.
Save GaetanoPiazzolla/c6a98f9465c470d0f9762d95be7292bb to your computer and use it in GitHub Desktop.
Env template to create env.js file
(function (window) {
window["env"] = window["env"] || {};
window["env"].API_BACKEND_URL = "${ENV_API_BACKEND_URL}";
window["env"].EXTERNAL_INTEGRATION_URL = "${ENV_EXTERNAL_INTEGRATION_URL}";
})(this)
@GaetanoPiazzolla
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment