Skip to content

Commit

Permalink
Amend API keys
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeEverett committed Aug 4, 2023
1 parent 993b9c4 commit 4968296
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .env.development
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
EXTEND_ESLINT=true # Set linting to true on dev
# developemnt API and keys
REACT_APP_API_HOST='https://wmca-api-portal-staging.azure-api.net'
REACT_APP_API_KEY='222b17e018f94b5ea1c08913db98f298'
#REACT_APP_API_HOST='https://wmca-api-portal-staging.azure-api.net'
#REACT_APP_API_KEY='222b17e018f94b5ea1c08913db98f298'
# Live API and keys
REACT_APP_API_HOST='https://api.wmnetwork.co.uk'
REACT_APP_API_KEY='514b8bafa009424289cb2d7a12c54f6e'
# feedback link id
REACT_APP_FEEDBACK_LINK_URL='https://forms.office.com/Pages/ResponsePage.aspx'
REACT_APP_FEEDBACK_LINK_ID='RetZCK7xCk6e-ubWa7tnL1voVKMeFXVKvUhU3Uh8aqFUNUNVNFlKOVpLMThNV0g0T1VZWDYyT1FLNCQlQCN0PWcu'
Expand Down

0 comments on commit 4968296

Please sign in to comment.