Skip to content

Commit 9e31991

Browse files
Update configuration.md to be more up-to-date
1 parent 89fb970 commit 9e31991

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

docs/system_overview/configuration.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -301,26 +301,26 @@ iRODS 5 servers only require a working `server_config.json` file. All server pro
301301
"database": {
302302
// The type of database iRODS is using for the catalog.
303303
// The following property names are supported: postgres, mysql, and oracle
304-
"catalog_database_type": {
305-
// The hostname of the database server (can be localhost).
306-
"db_host": "localhost",
304+
"technology": ""
307305

308-
// The name of the database used as the catalog.
309-
"db_name": "ICAT",
306+
// The hostname of the database server (can be localhost).
307+
"host": "localhost",
310308

311-
// The name of the ODBC entry used by the server (normally defined in /etc/odbcinst.ini)
312-
// or the absolute path to a specific ODBC driver (shared library).
313-
"db_odbc_driver": "",
309+
// The name of the database used as the catalog.
310+
"name": "ICAT",
314311

315-
// The password for the "db_username" to connect to the "db_name".
316-
"db_password": "",
312+
// The name of the ODBC entry used by the server (normally defined in /etc/odbcinst.ini)
313+
// or the absolute path to a specific ODBC driver (shared library).
314+
"odbc_driver": "",
317315

318-
// The port number on which the database server is listening.
319-
"db_port": 0,
316+
// The password for the "db_username" to connect to the "db_name".
317+
"password": "",
320318

321-
// The database user name.
322-
"db_username": ""
323-
}
319+
// The port number on which the database server is listening.
320+
"port": 0,
321+
322+
// The database user name.
323+
"username": ""
324324
},
325325

326326
// This property is currently unused.

0 commit comments

Comments
 (0)