Created
July 21, 2021 07:57
-
-
Save GaetanoPiazzolla/4350c494868cf0f4f68ecb2d509ffbe7 to your computer and use it in GitHub Desktop.
Environment constant file
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
export const environment = { | |
apiBackendUrl: window["env"].API_BACKEND_URL, | |
externalIntegrationUrl: window["env"].EXTERNAL_INTEGRATION_URL | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Related to medium article:
Update Angular/React environment dynamically reading variables from Kubernetes ConfigMaps