From 8c56b9125673e346ea9f8d0a964824d53fc7ae34 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Thu, 29 Jun 2023 18:22:09 +0200 Subject: [PATCH] Mention UMAP_CUSTOM_* in docs/settings.md --- docs/settings.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/settings.md b/docs/settings.md index d8803d7e..af4179d5 100644 --- a/docs/settings.md +++ b/docs/settings.md @@ -118,6 +118,19 @@ Should uMap allows user without an account to create maps (default is False). Can be set through env var: `UMAP_ALLOW_ANONYMOUS=1` +#### UMAP_CUSTOM_TEMPLATES +To be used when you want to override some HTML templates: + + UMAP_CUSTOM_TEMPLATES = "/path/to/custom/templates" + +See [customization](custom.md) for details. + +#### UMAP_CUSTOM_STATICS +To be used when you want to override some CSS or images: + + UMAP_CUSTOM_STATICS = "/path/to/custom/static" + +See [customization](custom.md) for details. #### UMAP_EXTRA_URLS