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

Changing host in development environment #3844

Closed
AmitN1212 opened this issue Oct 31, 2021 · 1 comment
Closed

Changing host in development environment #3844

AmitN1212 opened this issue Oct 31, 2021 · 1 comment

Comments

@AmitN1212
Copy link
Contributor

I am trying the change the default host of CVAT (I am using the development environment). When I did it with the docker version of CVAT, I did it using export CVAT_HOST . However, Now it is not working and it seems that I need to configure the launch.json file. I tried to change localhost and 127.0.0.1 to a different host, but it said that I need to add that IP to the allowed host.
How can I change the host in the development environment?

@AmitN1212
Copy link
Contributor Author

I have done it using add "CVAT_UI_HOST=" when running the npm start.
npm ci && CVAT_UI_HOST=<host> npm run start:cvat-ui

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