diff --git a/examples/index.json b/examples/index.json index 9b963b0ab0..1ebfb4e2e6 100644 --- a/examples/index.json +++ b/examples/index.json @@ -1190,7 +1190,7 @@ "name": "Service - SSL/TLS", "url": "http-service-ssl-tls", "verifyBuild": true, - "verifyOutput": true, + "verifyOutput": false, "disablePlayground": true, "isLearnByExample": false }, @@ -1198,7 +1198,7 @@ "name": "Service - Mutual SSL", "url": "http-service-mutual-ssl", "verifyBuild": true, - "verifyOutput": true, + "verifyOutput": false, "disablePlayground": true, "isLearnByExample": false }, @@ -1206,7 +1206,7 @@ "name": "Service - Basic Auth File User Store", "url": "http-service-basic-auth-file-user-store", "verifyBuild": true, - "verifyOutput": true, + "verifyOutput": false, "disablePlayground": true, "isLearnByExample": false }, @@ -1214,7 +1214,7 @@ "name": "Service - Basic Auth LDAP User Store", "url": "http-service-basic-auth-ldap-user-store", "verifyBuild": true, - "verifyOutput": true, + "verifyOutput": false, "disablePlayground": true, "isLearnByExample": false }, @@ -1222,7 +1222,7 @@ "name": "Service - JWT Auth", "url": "http-service-jwt-auth", "verifyBuild": true, - "verifyOutput": true, + "verifyOutput": false, "disablePlayground": true, "isLearnByExample": false }, @@ -1230,7 +1230,7 @@ "name": "Service - OAuth2", "url": "http-service-oauth2", "verifyBuild": true, - "verifyOutput": true, + "verifyOutput": false, "disablePlayground": true, "isLearnByExample": false }, @@ -1506,7 +1506,7 @@ "name": "Service - SSL/TLS", "url": "graphql-service-ssl-tls", "verifyBuild": true, - "verifyOutput": true, + "verifyOutput": false, "disablePlayground": true, "isLearnByExample": false }, @@ -1514,7 +1514,7 @@ "name": "Service - Mutual SSL", "url": "graphql-service-mutual-ssl", "verifyBuild": true, - "verifyOutput": true, + "verifyOutput": false, "disablePlayground": true, "isLearnByExample": false }, @@ -1522,7 +1522,7 @@ "name": "Service - Basic Auth File User Store", "url": "graphql-service-basic-auth-file-user-store", "verifyBuild": true, - "verifyOutput": true, + "verifyOutput": false, "disablePlayground": true, "isLearnByExample": false }, @@ -1530,7 +1530,7 @@ "name": "Service - Basic Auth LDAP User Store", "url": "graphql-service-basic-auth-ldap-user-store", "verifyBuild": true, - "verifyOutput": true, + "verifyOutput": false, "disablePlayground": true, "isLearnByExample": false }, @@ -1538,7 +1538,7 @@ "name": "Service - JWT Auth", "url": "graphql-service-jwt-auth", "verifyBuild": true, - "verifyOutput": true, + "verifyOutput": false, "disablePlayground": true, "isLearnByExample": false }, @@ -1546,7 +1546,7 @@ "name": "Service - OAuth2", "url": "graphql-service-oauth2", "verifyBuild": true, - "verifyOutput": true, + "verifyOutput": false, "disablePlayground": true, "isLearnByExample": false } @@ -1599,7 +1599,7 @@ "name": "Service - SSL/TLS", "url": "websocket-service-ssl-tls", "verifyBuild": true, - "verifyOutput": true, + "verifyOutput": false, "disablePlayground": true, "isLearnByExample": false }, @@ -1607,7 +1607,7 @@ "name": "Service - Mutual SSL", "url": "websocket-service-mutual-ssl", "verifyBuild": true, - "verifyOutput": true, + "verifyOutput": false, "disablePlayground": true, "isLearnByExample": false }, @@ -1615,7 +1615,7 @@ "name": "Service - Basic Auth File User Store", "url": "websocket-service-basic-auth-file-user-store", "verifyBuild": true, - "verifyOutput": true, + "verifyOutput": false, "disablePlayground": true, "isLearnByExample": false }, @@ -1623,7 +1623,7 @@ "name": "Service - Basic Auth LDAP User Store", "url": "websocket-service-basic-auth-ldap-user-store", "verifyBuild": true, - "verifyOutput": true, + "verifyOutput": false, "disablePlayground": true, "isLearnByExample": false }, @@ -1631,7 +1631,7 @@ "name": "Service - JWT Auth", "url": "websocket-service-jwt-auth", "verifyBuild": true, - "verifyOutput": true, + "verifyOutput": false, "disablePlayground": true, "isLearnByExample": false }, @@ -1639,7 +1639,7 @@ "name": "Service - OAuth2", "url": "websocket-service-oauth2", "verifyBuild": true, - "verifyOutput": true, + "verifyOutput": false, "disablePlayground": true, "isLearnByExample": false },