Database connector configuration

0
Hi Expert, I would like to know if I can setup environment variable for database connector for jdbc, username, password etc. I don’t want to set one by one in each microflow. Thanks.
asked
1 answers
0

Hi there,

 

It is best practice that you create three string constants: 1 for your URL or path, 1 for your username and 1 for your password. When using the database connectors, you set the fields to the constants. Do not expose these constant to the client, as this can have security implications.

answered