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

Configure api server host when run locally #63

Closed
materight opened this issue Sep 16, 2023 · 2 comments
Closed

Configure api server host when run locally #63

materight opened this issue Sep 16, 2023 · 2 comments

Comments

@materight
Copy link

Maybe I've overlooked something, but is it possible to configure the web server to use an existing self-hosted api server?
We already deployed the full platform using docker but I want to test some changes to the interface locally (when run with npm run start) and I would like to use the same api server.

@shyallegro
Copy link
Contributor

Hi @materight, angular uses a proxy file for these cases.
in clearml we use a template proxy file just add the URI of your api server here
angular is already configured to use this proxy file.
if you have more than 1 proxy in the list update the enumeration here

@materight
Copy link
Author

Hi @shyallegro, perfect thanks for answering!

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

2 participants