convector-example-drug-supply-chain
convector-example-drug-supply-chain copied to clipboard
Enhancement to run by http://<IP_address>:4200/ instead of http://localhost:4200 only
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'