From c4ab514e34d85f4a70efe8aac375a79f42a4bcfe Mon Sep 17 00:00:00 2001 From: "Eduardo N. S. R" Date: Mon, 18 Nov 2024 14:58:36 -0300 Subject: [PATCH] Update README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d17309d..53ebb32 100644 --- a/README.md +++ b/README.md @@ -38,11 +38,15 @@ Check the docker-compose.yml file in the repository for a complete example with ### Basic Configuration | Variable | Install.php Equivalent | Description | |----------|----------------------|-------------| +| TZ | - | Container timezone | +| DOKUWIKI_FORCE_CONF | - | Force configuration override | | DOKUWIKI_TITLE | Wiki Name | Site title | | DOKUWIKI_TAGLINE | Tag Line | Site description | | DOKUWIKI_LANG | Language | Interface language | | DOKUWIKI_LICENSE | License | Content license | | DOKUWIKI_BASEURL | Base URL | Wiki URL | +| DOKUWIKI_DATEFORMAT | - | Date format | +| DOKUWIKI_USEREWRITE | - | Enable URL rewriting | ### User Management | Variable | Install.php Equivalent | Description |