mirror of
https://github.com/enso-org/enso.git
synced 2024-12-19 01:21:43 +03:00
d75e20c1d2
- Closes #11294
12 lines
223 B
Plaintext
12 lines
223 B
Plaintext
{
|
|
"type": "SQLServer_Connection",
|
|
"libraryName": "Standard.Microsoft",
|
|
"host": "HOSTNAME",
|
|
"port": 12345,
|
|
"database_name": "DBNAME",
|
|
"credentials": {
|
|
"username": "USERNAME",
|
|
"password": "PASSWORD"
|
|
}
|
|
}
|