orbital icon indicating copy to clipboard operation
orbital copied to clipboard

If a connection is misconfigured, then the connection list fails to load.

Open martypitt opened this issue 2 years ago • 0 comments

For example:

jdbc {
   someDb {
      connectionName = someDb
      connectionParameters {
         database = ${config.database.name}
         host = ${config.database.host}
         username = ${config.database.username}
         password = ${config.database.password}
         port = ${config.database.port}
         
      }
      jdbcDriver = POSTGRES
   }
}

If those params aren't set, then the UI fails.

martypitt avatar Aug 23 '23 17:08 martypitt