diff --git a/doc/configuration.md b/doc/configuration.md index f7342ad0060f5057a47a8e7de3a9623310b7531f..e8291e7593ac67dfd0d9926c5b24de5f95ef909b 100644 --- a/doc/configuration.md +++ b/doc/configuration.md @@ -8,7 +8,7 @@ Configuration parameters are as follows: | Parameter | Mandatory | Default | Description | |------|-----|-----|-----| -| libname | true | None | Must be "libhdb++timescale.so", this parameter is getting deprecated as the backend is enforced during compilation | +| libname | true | None | Must be "libhdb++timescale.so", unless the event subscriber is directly built against this backend, in this case this is not needed. | | connect_string | true | None | Postgres connection string, eg user=postgres host=localhost port=5432 dbname=hdb password=password | | logging_level | false | error | Logging level. See table below | | log_file | false | false | Enable logging to file |