From 0e31aba457cf9306226f4f9ca04e33c1a532c011 Mon Sep 17 00:00:00 2001 From: Marc Ole Bulling Date: Wed, 1 Dec 2021 22:33:49 +0100 Subject: [PATCH] Fixed table in docs --- docs/advanced.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced.rst b/docs/advanced.rst index 01b7c64..d6576f1 100644 --- a/docs/advanced.rst +++ b/docs/advanced.rst @@ -93,7 +93,7 @@ General +----------------------+----------------------------------------------------------------------------------------------------------+-------------+-----------------------------------+-------------------------------+ | GOKAPI_MAX_FILESIZE | Sets the maximum allowed file size in MB | Yes | 102400 (100GB) | No | +----------------------+----------------------------------------------------------------------------------------------------------+-------------+-----------------------------------+-------------------------------+ -| GOKAPI_DISABLE_LOGIN | Disables login for admin menu. DO NOT USE unless you have a 3rd party authentication for the ``/admin`` URL! | Yes | false | No | +| GOKAPI_DISABLE_LOGIN | Disables login for admin menu. DO NOT USE unless you have a 3rd party authentication for the /admin URL! | Yes | false | No | +----------------------+----------------------------------------------------------------------------------------------------------+-------------+-----------------------------------+-------------------------------+ \*Variables that are persistent must be submitted during the first start when Gokapi creates a new config file. They can be omitted afterwards. Non-persistent variables need to be set on every start.