From f893091e6178e1cab449007dbab46dfea6f2be88 Mon Sep 17 00:00:00 2001 From: vincentsarago Date: Tue, 25 Jun 2024 15:28:21 +0200 Subject: [PATCH] update docs --- docs/src/user_guide/configuration.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/src/user_guide/configuration.md b/docs/src/user_guide/configuration.md index 1616cd9e..62909662 100644 --- a/docs/src/user_guide/configuration.md +++ b/docs/src/user_guide/configuration.md @@ -157,4 +157,6 @@ prefix: **`TIPG_`** - **CORS_ORIGIN** (str): Default is `*` - **CACHECONTROL** (str): Default is `public, max-age=3600` - **TEMPLATE_DIRECTORY** (str): Path to custom template directory to overwrite the HTML files. +- **ROOT_PATH** (str): A path prefix handled by a proxy that is not seen by the application but is seen by external clients. - **ADD_TILES_VIEWER** (bool): Defaults is `True` +- **CATALOG_TTL** (int, in seconds): Tables/Functions catalog **Time To Live** cache (default to 300 seconds).