Skip to content

Commit aae092c

Browse files
committed
SQL examples were removed from example list
SQL is currently not hooked up in the app so SQL based example are being temporarily removed from the example applications template
1 parent 0c483b7 commit aae092c

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

app/containers/SidebarContainer/SidebarContainer.tsx

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,6 @@ const SidebarContainer = React.memo(() => {
4343
URI: "mongodb://127.0.0.1:27017/?directConnection=true&serverSelectionTimeoutMS=2000&appName=mongosh+2.2.5",
4444
name: 'Microservices-Mongo',
4545
description: 'Mongo Microservices Example'
46-
},
47-
microServicesSQLFields: {
48-
typeOfService: 'Microservices',
49-
database: 'SQL',
50-
URI: "mongodb://127.0.0.1:27017/?directConnection=true&serverSelectionTimeoutMS=2000&appName=mongosh+2.2.5",
51-
name: 'Microservices-SQL',
52-
description: 'SQL Microservices Example'
5346
}
5447
,
5548
dockerMongoData: {
@@ -58,13 +51,6 @@ const SidebarContainer = React.memo(() => {
5851
URI: "mongodb://127.0.0.1:27017/?directConnection=true&serverSelectionTimeoutMS=2000&appName=mongosh+2.2.5",
5952
name: 'Docker-Mongo',
6053
description: 'Docker Example'
61-
},
62-
dockerSQLData: {
63-
typeOfService: 'Docker',
64-
database: 'SQL',
65-
URI: "mongodb://127.0.0.1:27017/?directConnection=true&serverSelectionTimeoutMS=2000&appName=mongosh+2.2.5",
66-
name: 'Docker-SQL',
67-
description: 'Docker Example'
6854
}
6955
}
7056

0 commit comments

Comments
 (0)