X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/1167d410254ff8babfec9f2fdaae1958b368a1b9..74b22016e6213628510414c96a7b7cd04c432378:/lib/config/config.default.yml diff --git a/lib/config/config.default.yml b/lib/config/config.default.yml index 4d4937c470..f19238f42a 100644 --- a/lib/config/config.default.yml +++ b/lib/config/config.default.yml @@ -75,11 +75,11 @@ Clusters: Connection: # All parameters here are passed to the PG client library in a connection string; # see https://www.postgresql.org/docs/current/static/libpq-connect.html#LIBPQ-PARAMKEYWORDS - Host: "" - Port: "" - User: "" - Password: "" - DBName: "" + host: "" + port: "" + user: "" + password: "" + dbname: "" API: # Maximum size (in bytes) allowed for a single API request. This # limit is published in the discovery document for use by clients.