From 75c7abd304833b19d04fca4abb22c979f6b16cfc Mon Sep 17 00:00:00 2001 From: Thomas Williams Date: Sun, 7 Jul 2024 18:59:39 +0100 Subject: [PATCH] README amendments --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f7cc9e2..e982b87 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ Dependencies can be found within requirements.txt and are installed automaticall To publish to RabbitMQ, loggingMode should be set to 'rabbitmq', and rabbitmqca, rabbitmqcacert, rabbitmqcakey, and rabbitmqRoutingKey should be provided. The certificates should align with the certificate authority which the RabbitMQ server recognises. To publish direct into an MSSQL or MariaDB database, the loggingMode should be set accordingly (see below), and sqlUsername, sqlPassword, sqlServer, and sqlDatabase should be provided. +You will need the associated ODBC driver installed for whichever DBMS you choose. ODBC references can be modified in odbcReferences.py to suit your system. You can probably even get alternative DBMS's working such as PostgreSQL as long as you convert the schema. See the available configuration options, which should be specified in config.py.