Skip to content

Instantly share code, notes, and snippets.

@GaetanoPiazzolla
Created July 21, 2021 07:57
Show Gist options
  • Save GaetanoPiazzolla/4350c494868cf0f4f68ecb2d509ffbe7 to your computer and use it in GitHub Desktop.
Save GaetanoPiazzolla/4350c494868cf0f4f68ecb2d509ffbe7 to your computer and use it in GitHub Desktop.
Environment constant file
export const environment = {
apiBackendUrl: window["env"].API_BACKEND_URL,
externalIntegrationUrl: window["env"].EXTERNAL_INTEGRATION_URL
}
@GaetanoPiazzolla
Copy link
Author

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