From 81b03b9dc63f21689de4c949470711cbd3e9298b Mon Sep 17 00:00:00 2001 From: Saravanan Palanisamy Date: Tue, 8 Oct 2024 09:31:17 +0400 Subject: [PATCH] add document for new variable OFFLINE_MODE --- docs/getting-started/env-configuration.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/getting-started/env-configuration.md b/docs/getting-started/env-configuration.md index 74d6eb0..2e9f300 100644 --- a/docs/getting-started/env-configuration.md +++ b/docs/getting-started/env-configuration.md @@ -290,6 +290,12 @@ Documentation on URL scheme available [here](https://docs.peewee-orm.com/en/late - Default: `False` - Description: Enables safe mode, which disables potentially unsafe features. +#### `OFFLINE_MODE` + +- Type: `bool` +- Default: `False` +- Description: Enables offline mode, which disables features requires internet and recommended for Air-gapped enviornment. + #### `WEBUI_SESSION_COOKIE_SAME_SITE` - Type: `str` (enum: `lax`, `strict`, `none`)