diff --git a/inst/shinyConfig.json b/inst/shinyConfig.json index f2a674932..6034907d4 100644 --- a/inst/shinyConfig.json +++ b/inst/shinyConfig.json @@ -7,11 +7,8 @@ "shinyModulePackage": "OhdsiShinyModules", "uiFunction": "aboutViewer", "serverFunction": "aboutServer", - "databaseConnectionKeyService": null, - "databaseConnectionKeyUsername": null, "infoBoxFile": "aboutHelperFile()", "icon": "info", - "keyring": true, "order": 1 }, { @@ -19,14 +16,11 @@ "tabName": "Prediction", "tabText": "Prediction", "shinyModulePackage": "OhdsiShinyModules", - "uiFunction": "predictionViewer", - "serverFunction": "predictionServer", - "databaseConnectionKeyService": "resultDatabaseDetails", - "databaseConnectionKeyUsername": "prediction", - "infoBoxFile": "predictionHelperFile()", + "uiFunction": "patientLevelPredictionViewer", + "serverFunction": "patientLevelPredictionServer", + "infoBoxFile": "patientLevelPredictionHelperFile()", "icon": "chart-line", - "keyring": false, "order": 2 } ] -} +} \ No newline at end of file