Remove SSO based configs for heroku one click deployment (#2365)

* Remove SSO based configs

* Removed DISABLE_PASSWORD_LOGIN
This commit is contained in:
Midhun G S 2022-02-28 11:38:46 +05:30 committed by Akshay Sasidharan
parent 6f6ca8c881
commit 65f16f4a28

View file

@ -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 @@
}
}
}
}
}