But can DB username and password be specified also on connection URL?

On 13/12/19 14.48, Pawan Verma wrote:
Hello Bagas,

In entityengine.xml file, select data source as per your desired database,
in your case it is postgres. You have to mention JDBC URI/URL,
database name, user name and password to connect to the database.

Example:
jdbc-uri="jdbc:postgresql://<URL>/<DBNAME>"
jdbc-username="<DB_USERNAME>"
jdbc-password="<DB_PASSWORD>"

HTH!


--
An old man doll... just what I always wanted! - Clara

Reply via email to