-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdbs.json
More file actions
46 lines (46 loc) · 1.33 KB
/
dbs.json
File metadata and controls
46 lines (46 loc) · 1.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"dbDefinitions": [
{
"container": "sql-importers",
"title": "Wide World Importers",
"name": "WideWorldImporters",
"backup": "importers.bak",
"sourceUrl": "https://github.com/Microsoft/sql-server-samples/releases/download/wide-world-importers-v1.0/WideWorldImporters-Full.bak",
"portMapping": 1443
},
{
"container": "sql-adv-wrks",
"title": "Adventure Works",
"name": "AdventureWorks",
"backup": "adv-wrks.bak",
"sourceUrl": "https://github.com/Microsoft/sql-server-samples/releases/download/adventureworks/AdventureWorks2017.bak",
"portMapping": 1453
},
{
"container": "sql-samples",
"title": "All Sample dBs",
"portMapping": 1433,
"include": [
"AdventureWorks",
"WideWorldImporters"
]
},
{
"container": "sql-sandbox",
"title": "Sandbox No dBs",
"portMapping": 1423
}
],
"images": {
"2017": "2017-latest",
"2019": "2019-latest"
},
"defaultEdition": "Developer",
"editions" : [
"Evaluation",
"Developer",
"Web",
"Standard",
"Enterprise"
]
}