From 65f16f4a285ae25fd6d51664bf912314ce68535c Mon Sep 17 00:00:00 2001 From: Midhun G S Date: Mon, 28 Feb 2022 11:38:46 +0530 Subject: [PATCH] Remove SSO based configs for heroku one click deployment (#2365) * Remove SSO based configs * Removed DISABLE_PASSWORD_LOGIN --- app.json | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/app.json b/app.json index ede0a34322..25eaed98cb 100644 --- a/app.json +++ b/app.json @@ -32,18 +32,6 @@ "NODE_OPTIONS": { "description": "Node options configured to increase node memory to support app build", "value": "--max-old-space-size=4096" - }, - "SSO_GOOGLE_OAUTH2_CLIENT_ID": { - "description": "Google OAuth2 client id to enable single sign-on", - "value": "" - }, - "SSO_DISABLE_SIGNUP": { - "description": "Disable sign-up via SSO", - "value": "" - }, - "DISABLE_PASSWORD_LOGIN": { - "description": "Disable logging in with username and password. (Do not turn this on unless you've configured SSO and additional admins)", - "value": "false" } }, "formation": { @@ -67,4 +55,4 @@ } } } -} \ No newline at end of file +}