diff --git a/packages/host/public/config.js b/packages/host/public/config.js index 84f87f87..ea6feff5 100644 --- a/packages/host/public/config.js +++ b/packages/host/public/config.js @@ -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 };