Why would you want to do that?
I don't know if it's possible. In general, passing parameters in URL is not
recommended for security reason
Jacques
Le 13/12/2019 à 09:49, Bagas Sanjaya a écrit :
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!