mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 17:08:34 +00:00
Remove SSO based configs for heroku one click deployment (#2365)
* Remove SSO based configs * Removed DISABLE_PASSWORD_LOGIN
This commit is contained in:
parent
6f6ca8c881
commit
65f16f4a28
1 changed files with 1 additions and 13 deletions
14
app.json
14
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 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue