Description |
Connection to a SQL Server database |
---|---|
Type |
sqlserver |
Category |
Db |
Configuration
Name |
Description |
Type |
Mandatory |
Comment |
---|---|---|---|---|
ConnectionString |
The connection string to connect to the database |
string |
True |
|
{
"Name": "database",
"Type": "sqlserver",
"HealthCheck": true,
"Config": {
"ConnectionString": "Server=<ip/hostname server>,<port>;User Id=dfakto;Password=password;Database=<dbname>;TrustServerCertificate=True;Encrypt=True"
}
}