diff options
-rw-r--r-- | Configuration.md | 5 |
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`! |