15273: Fix key-conflict test.
[arvados.git] / lib / config / generated_config.go
index 5ee62ee82e7801af4dece12e33a2ab9f76f57f67..d51cb9935fce825450d0995a6d51edb16bd55013 100644 (file)
@@ -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.