We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38b32de commit fbf7ecfCopy full SHA for fbf7ecf
docs/system_overview/configuration.md
@@ -302,7 +302,8 @@ iRODS 5 servers only require a working `server_config.json` file. All server pro
302
// The name of the database used as the catalog.
303
"db_name": "ICAT",
304
305
- // The name of the ODBC entry used by the server (normally defined in /etc/odbcinst.ini).
+ // The name of the ODBC entry used by the server (normally defined in /etc/odbcinst.ini)
306
+ // or the absolute path to a specific ODBC driver (shared library).
307
"db_odbc_driver": "",
308
309
// The password for the "db_username" to connect to the "db_name".
0 commit comments