From 563a42b96f58b22d2d8f4fefc1db16f3ef6deb81 Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Thu, 24 Jun 2021 22:07:34 +0200 Subject: Add documentation for MIGRATOR.ENABLED --- Configuration.md | 5 +++++ 1 file changed, 5 insertions(+) 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`! -- cgit v1.2.3