Skip to content

Instantly share code, notes, and snippets.

@mmccall10
Created September 25, 2017 22:56
Show Gist options
  • Save mmccall10/b11b502bb11c723ea62fe8b727f55449 to your computer and use it in GitHub Desktop.
Save mmccall10/b11b502bb11c723ea62fe8b727f55449 to your computer and use it in GitHub Desktop.
Angular environment with apiUrl paramenter (article embed)
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