Created
September 25, 2017 22:56
-
-
Save mmccall10/b11b502bb11c723ea62fe8b727f55449 to your computer and use it in GitHub Desktop.
Angular environment with apiUrl paramenter (article embed)
This file contains 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 = { | |
production: false, | |
apiUrl: <your api url> // i.e.'https://beepboop.execute-api.us-west-2.amazonaws.com/Prod' | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment