convector-example-drug-supply-chain icon indicating copy to clipboard operation
convector-example-drug-supply-chain copied to clipboard

Enhancement to run by http://<IP_address>:4200/ instead of http://localhost:4200 only

Open pdeoliveira opened this issue 5 years ago • 0 comments

In <your_folder>/convector-example-drug-supply-chain/@worldsibu/ui/package.json, add --host option allowing it to run by using http://<IP_address>:4200/ instead of http://localhost:4200 only: "start": "ng serve --host=0.0.0.0",

Also in the service: <your_folder>/convector-example-drug-supply-chain/@worldsibu/ui/src/environments/environment.ts, change to: serverUrl: 'http://0.0.0.0:10100'

pdeoliveira avatar Dec 05 '19 21:12 pdeoliveira