Child pages
  • Database Connections

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Setting

Property (default UDM sample database setup)

Description

Comment

Database Server Name

server.{index}.serverName=udm

The name by which the database is referenced in Solutions

Solution are designed against this name thus this name is referenced in the design of solutions

Username

server.{index}.userName=DBA

The database username that needs to be used for the connection

 

Password

server.{index}.password=

The password that goes with the database username

 

URL

server.{index}.URL=jdbc:postgresql://localhost:5432/udm

The JDBC URL through which the database can be accessed

Refer to the database and/or JDBC driver documentation for the URL syntax

Driver

server.{index}.driver=org.postgresql.Driver

The JDBC Driver classname

Refer to the database and/or JDBC driver documentation for the classname to use

Catalog

server.{index}.catalog= <none>

The specific catalog to connect to

Not all databases support this option*

Schema

server.{index}.schema= <none>

The specific schema to connect to

not all databases support this option*

...