From f30d4289f1aaa21d92f3aafbe43a1c34e3f05d6e Mon Sep 17 00:00:00 2001 From: Khairul Hidayat Date: Wed, 19 Mar 2025 06:06:34 +0700 Subject: [PATCH] docs: update readme --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0f195ae..5ac3594 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ services: ports: - 3900:3900 - 3901:3901 - - 3902:3903 + - 3902:3902 - 3903:3903 webui: @@ -136,7 +136,11 @@ admin_token = "YOUR_ADMIN_TOKEN_HERE" metrics_token = "YOUR_METRICS_TOKEN_HERE" ``` -However, if it fails to load, you can set these environment variables instead: +However, if it fails to load, you can set `API_BASE_URL` & `API_ADMIN_KEY` environment variables instead. + +### Environment Variables + +Configurable envs: - `CONFIG_PATH`: Path to the Garage `config.toml` file. Defaults to `/etc/garage.toml`. - `BASE_PATH`: Base path or prefix for Web UI.