From 019fb77373e5e2b2522ba1e9e17e59ecdde173e6 Mon Sep 17 00:00:00 2001 From: Ben Sherriff Date: Tue, 13 May 2025 23:05:17 -0400 Subject: [PATCH] Updated readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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`