|
Description |
Connection to a Postgres database |
|---|---|
|
Type |
postgresql |
|
Category |
Db |
Configuration
|
Name |
Description |
Type |
Mandatory |
Comment |
|---|---|---|---|---|
|
ConnectionString |
The connection string to connect to the database |
string |
True |
|
{
"Name": "propilot",
"Type": "postgresql",
"HealthCheck": true,
"Config": {
"ConnectionString": "Server=localhost;Port=5432;User Id=user;Password=password;Database=database"
}
}