summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Lange <code@nerdmind.de>2021-06-24 22:07:34 +0200
committerThomas Lange <code@nerdmind.de>2021-06-24 22:09:35 +0200
commit563a42b96f58b22d2d8f4fefc1db16f3ef6deb81 (patch)
tree7300afd11c1c326248b127f145d342fd04cfb2a3
parentef1c84224bd3bc22b6e954794db6a355fe934821 (diff)
downloadwiki-563a42b96f58b22d2d8f4fefc1db16f3ef6deb81.tar.gz
wiki-563a42b96f58b22d2d8f4fefc1db16f3ef6deb81.tar.xz
wiki-563a42b96f58b22d2d8f4fefc1db16f3ef6deb81.zip
Add documentation for MIGRATOR.ENABLED
-rw-r--r--Configuration.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/Configuration.md b/Configuration.md
index 3dd452e..29a4813 100644
--- a/Configuration.md
+++ b/Configuration.md
@@ -39,6 +39,11 @@ Database and hostname with login credentials to authenticate to the MariaDB/MySQ
* `DATABASE.USERNAME`: [string: `'john_doe'`]
* `DATABASE.PASSWORD`: [string: `'#passwd#'`]
+## Migrator
+Enable or disable the Migrator which checks for outstanding database schema migrations.
+
+* `MIGRATOR.ENABLED`: [bool: `TRUE`|`FALSE`]
+
## Backend
Settings for the administration area. A corresponding language file **must exists** within the template directory of the template defined by `ADMIN.TEMPLATE`!