Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/system_overview/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,8 @@ iRODS 5 servers only require a working `server_config.json` file. All server pro
// The name of the database used as the catalog.
"db_name": "ICAT",

// 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)
// or the absolute path to a specific ODBC driver (shared library).
"db_odbc_driver": "",

// The password for the "db_username" to connect to the "db_name".
Expand Down