MSSQL loadable plugin
Source
32
32
33
33
### Option: Plugins.MSSQL.Sessions.*.Uri
34
34
# Uri to connect.
35
35
# Replace "*" with a session name.
36
36
#
37
37
# Mandatory: no
38
38
# Range:
39
39
# Must matches the URI format.
40
40
# The only supported schema is "sqlserver".
41
41
# Embedded credentials will be ignored.
42
-
# Conection to named instance can be made by specifying instance name in URI.
42
+
# Connection to named instance can be made by specifying instance name in the URI.
43
43
# Example: sqlserver://localhost/InstanceName
44
44
# Default: sqlserver://localhost:1433
45
45
# Plugins.MSSQL.Sessions.*.Uri=
46
46
47
47
### Option: Plugins.MSSQL.Sessions.*.User
48
48
# Username to send to protected MSSQL server.
49
49
# Replace "*" with a session name.
50
50
#
51
51
# Mandatory: no
52
52
# Default:
107
107
108
108
### Option: Plugins.MSSQL.Default.Uri
109
109
# Uri to connect.
110
110
# Default value used if no other is specified.
111
111
#
112
112
# Mandatory: no
113
113
# Range:
114
114
# Must matches the URI format.
115
115
# The only supported schema is "sqlserver".
116
116
# Embedded credentials will be ignored.
117
-
# Conection to named instance can be made by specifying instance name in URI.
117
+
# Connection to named instance can be made by specifying instance name in the URI.
118
118
# Example: sqlserver://localhost/InstanceName
119
119
# Default: sqlserver://localhost:1433
120
120
# Plugins.MSSQL.Default.Uri=
121
121
122
122
### Option: Plugins.MSSQL.Default.User
123
123
# Username to send to protected MSSQL server.
124
124
# Default value used if no other is specified.
125
125
#
126
126
# Mandatory: no
127
127
# Default: