From 53da747b962e62c558aa795d29822ffb68e87b9a Mon Sep 17 00:00:00 2001 From: Safin Wasi <6601566+SafinWasi@users.noreply.github.com> Date: Wed, 21 Feb 2024 11:29:57 -0600 Subject: [PATCH] feat: update project.json Signed-off-by: Safin Wasi <6601566+SafinWasi@users.noreply.github.com> --- project.json | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/project.json b/project.json index da360be..d6cb994 100644 --- a/project.json +++ b/project.json @@ -13,19 +13,6 @@ ], "noDirectLaunch": [], "configs": { - "": { - "keystoreName": "", - "keystorePassword": "", - "orgId": "", - "clientId": "", - "clientSecret": "", - "authHost": "https://account.gluu.org", - "scanHost": "https://cloud.gluu.org", - "phrases": { - "1": "Lorem Ipsum", - "2": "Dolor Si Amet" - } - }, "org.gluu.agama.typekey": { "keystoreName": "", "keystorePassword": "", @@ -41,4 +28,4 @@ } }, "name": "agama-typekey" -} \ No newline at end of file +}