diff --git a/README.md b/README.md index ee89739..22f0dca 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,17 @@ $ git submodule update --init --recursive You can either run the project on [default configuration](./docker-compose.yml) or modify them to your need. **Note**: Before proceeding further, you might need to give docker `sudo` access or run the commands listed below as `sudo`. +**Set the host address if you want to use it from a different machine:** +```sh +# audino/.env +CVAT_HOST= +``` +```sh +# audino/audino-frontend/.env +REACT_APP_BACKEND_FILE_URL="http://:8080" +REACT_APP_BACKEND_URL="http://:8080/api" +``` + **To bring up the services, run:** ```sh