Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
pdeoliveira opened this issue Dec 5, 2019 · 0 comments

Comments

@pdeoliveira
Copy link

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'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant