From a5c68b3adbf2cdf83f1e11e9b8a0d77b72cc4e22 Mon Sep 17 00:00:00 2001 From: typescreep Date: Sat, 1 Nov 2025 23:39:53 +0300 Subject: [PATCH] update readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c73b3f..072bc63 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,8 @@ This app can be configured through environment variables. | `KUBE_API_URL` | `string` | URL for the Kubernetes API. `http://api.incloud-web.svc.default.in-cloud.internal:8081` | | `BFF_URL` | `string` | URL for the BFF | | `TITLE_TEXT` | `string` | Page title | -| `LOGO_TEXT` | `string` | Logo text | +| `TITLE_TEXT` | `string` | Page title | +| `ICON_SVG` | `string` | Favicon base64 encoded | | `FOOTER_TEXT` | `string` | Footer text | | `CUSTOM_LOGO_SVG` | `string` | Base64 encoded svg | | `CUSTOM_TENANT_TEXT` | `string` | Custom tenant text override |