From 9f44153cf8ed48c47451196112bef769e10b4050 Mon Sep 17 00:00:00 2001 From: netbenix Date: Tue, 30 Nov 2021 08:10:48 +0100 Subject: [PATCH] docs(README): Added missing property to config.json table --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 446dd20..f474694 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,7 @@ Please keep in mind that this project is WIP. |---------------------|:----------------:|------------------------------------------------| | localBackupPath | string | Path where local backups are stored | | **sqlConfig** | ---------------- | ---------------------------------------------- | +| enableSQL | boolean | Enable/Disables the SQL entries | sqlType | string | See [DatabaseTypes](#database-types) | | sql-address | string | Address to the SQL Server | | sql-port | uint16 | SQL Server Port |