docs(README): Added missing property to config.json table

This commit is contained in:
netbenix 2021-11-30 08:10:48 +01:00
parent 91dcadb25b
commit 9f44153cf8

View file

@ -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 |