Skip to content

Commit

Permalink
revert config change
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-prins committed May 10, 2022
1 parent 1134a7f commit bdab5b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/host/public/config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.env = {
API_HOST: 'https://localhost:8000', // - default URL for the backend graphql server
// API_HOST: 'https://localhost:8000', // - default URL for the backend graphql server
// API_HOST: 'http://localhost:8082', // URL when building android app
// API_HOST: 'https://demo-open.msupply.org:8000', // Demo - site URL
API_HOST: 'https://demo-open.msupply.org:8000', // Demo - site URL
};

0 comments on commit bdab5b0

Please sign in to comment.