Skip to content

Instantly share code, notes, and snippets.

@hypeJunction
Created January 24, 2021 17:54
Show Gist options
  • Save hypeJunction/ac53123ad2b407900237395778894eef to your computer and use it in GitHub Desktop.
Save hypeJunction/ac53123ad2b407900237395778894eef to your computer and use it in GitHub Desktop.
REACT_APP_TODO_API_URL=http://somewhere-over-the-rainbow.io
export const REACT_APP_TODO_API_URL = Cypress.env('todoApiUrl');
{
"env": {
"toDoApiUrl": "http://somewhere-over-the-rainbow.io",
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment