This section describes how to configure a PostgreSQL connection for a specific Redpoint Interaction tenant running within a container application. Please follow the steps below:
-
In the Configuration Editor’s Data Warehouse Settings section, select the PostgreSQL provider.
-
Enter the required parameters such as Server, Database Name, Username, and Password.
-
Copy the JSON text template to provision the new tenant.
-
Once the tenant has been provisioned, a sample connection string is generated.
Server=localhost;Database=AdventureWorks;Port=1532;User Id=postgres;
Password=*****;SslMode=Disable
-
For more information about PostgreSQL connection string parameters, please see https://www.npgsql.org/doc/connection-string-parameters.html.