SqlServer Db Store
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 |
CODE
{
"Name": "database",
"Type": "sqlserver",
"HealthCheck": true,
"Config": {
"ConnectionString": "ConnectionString": "Server=10.1.1.29\\MSQLOSC2011;User Id=dfakto;Password=xxx;Database=OscarPROD"
}
}