{
"schema": "https:\/\/raw.githubusercontent.com\/VitexSoftware\/php-vitexsoftware-multiflexi-core\/refs\/heads\/main\/schema\/credential-prototype.json",
"version": "1.0",
"uuid": "84c157ce-57d5-45cd-ae67-75fdfedab57f",
"code": "SQLServer",
"name": {
"en": "SQL Server"
},
"description": {
"en": "Credential type for connecting to Microsoft SQL Server"
},
"logo": "SQLServer.svg",
"fields": [
{
"keyword": "DB_CONNECTION",
"name": {
"en": "Database Connection"
},
"type": "string",
"description": {
"en": "Database connection type (e.g., sqlsrv)"
},
"required": true,
"hint": "sqlsrv"
},
{
"keyword": "DB_DATABASE",
"name": {
"en": "Database Name"
},
"type": "string",
"description": {
"en": "Name of the database"
},
"required": true,
"hint": "StwPh_12345678_2023"
},
{
"keyword": "DB_HOST",
"name": {
"en": "Database Host"
},
"type": "string",
"description": {
"en": "Host of the SQL Server"
},
"required": false,
"default": "127.0.0.1",
"hint": "127.0.0.1"
},
{
"keyword": "DB_PASSWORD",
"name": {
"en": "Database Password"
},
"type": "password",
"description": {
"en": "Password for the database"
},
"required": false,
"hint": "your-password"
},
{
"keyword": "DB_PORT",
"name": {
"en": "Database Port"
},
"type": "integer",
"description": {
"en": "Port of the SQL Server"
},
"required": false,
"hint": "1433"
},
{
"keyword": "DB_SETTINGS",
"name": {
"en": "Database Settings"
},
"type": "string",
"description": {
"en": "Additional database settings (e.g., encrypt=false)"
},
"required": false,
"hint": "encrypt=false"
},
{
"keyword": "DB_USERNAME",
"name": {
"en": "Database Username"
},
"type": "string",
"description": {
"en": "Username for the database"
},
"required": false,
"hint": "sa"
}
]
}Завантажити SQLServer.credentialtype.json