From 3aa2cd49846a8a8565cc37164606bedb18ce7e9a Mon Sep 17 00:00:00 2001 From: Mael GRAMAIN Date: Sat, 16 Jan 2021 21:09:07 -0400 Subject: [PATCH] README update --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 35d0eee..9c45b91 100644 --- a/README.md +++ b/README.md @@ -43,13 +43,14 @@ Variables names are case sensitives. |IP|string|``":"``|IP address on which the DNS server must listen. Blank to listen on all IPs |Port|int|``5353``|Port on which the DNS server must listen |Logfile|bool|``true``|Enable or disable file logs. +|Logdir|string|``/var/log``|Log file directory. |Database|Section| |Type|string|``"postgresql"``|SQL Database type. ``"postgresql"`` or ``"mysql"`` (anything different than ``"postgresql"`` will rollback to ``"mysql"``) |Host|string|``"127.0.0.1"`` ``"/var/run/postgres"``|Can be either an IP or a path to a socket for Postgres |Username|string|``"sacrebleu"``|SQL Database Username |Password|string|``"superSecretPassword"``|SQL Database Password (optional) |Port|string|``"5432"``|SQL Database port (``"5432"`` for postgres or ``"3306"`` for MySQL by default) -|Db|string|``"sacrebleudatabase"``|SQL Database Name +|DB|string|``"sacrebleudatabase"``|SQL Database Name |Redis|Section |IP|string|``"127.0.0.1"``|Redis Database IP |Password|string|``""``|Redis Database Password