Configure PostgreSQL Connection Settings

After clicking the “CREATE” button, fill in the following fields on the screen that opens:

  • Server: Enter the address of the server where your database is hosted (localhost or an IP address).
  • Database: Enter the name of the PostgreSQL database you want to connect to.
  • Authorization:
    • User ID: Enter the user name.
    • Password: Enter the password of the user.
  • Parameters: You can specify additional parameters for the PostgreSQL connection:
    • Key: Name of the connection parameter (ssl, application_name, etc.).
    • Value: The value corresponding to the parameter (true or the name you specified).

After completing the connection settings, check the correctness of the connection by clicking the Test button. After a successful test, click the CREATE button to create your data source.