diff --git a/README.md b/README.md index 147db9a..997d375 100755 --- a/README.md +++ b/README.md @@ -40,6 +40,8 @@ The most likely to change environment variables are the following: * `POSTGRES_PASSWORD` - Please change in production environments * `MINIO_HOST` - Match to the `NGINX_HOST` value (see below) * `MINIO_ROOT_PASSWORD` - Please change in production environments +* `MINIO_BROWSER_REDIRECT_URL` - Change to the FQDN of the URL that is reachable through the internet. +For example: `https://aviation.bensherriff.com/minio/` * `NGINX_HOST` - The IP address of the system * `NGINX_INTERNAL_HOST` - Typically `host.docker.internal` or `172.17.0.1` to allow communication within the docker network @@ -47,7 +49,7 @@ to allow communication within the docker network * `ADMIN_EMAIL` - Please change in production environments * `ADMIN_PASSWORD` - Please change in production environments * `VITE_API_URL` - Change to the FQDN of the URL that is reachable through the internet. -For example: `https://aviation.bensherriff.com` +For example: `https://aviation.bensherriff.com/api` * `__VITE_ADDITIONAL_SERVER_ALLOWED_HOSTS` - Change to the domain of the `VITE_API_URL`. For example: `aviation.bensherriff.com`