* added form login callout banner * form login config page changes * form login config page changes * added redirecturl and uneditable field components * added disconnect button on auth pages * Added env variables for form login auth page * added disconnect button on auth pages * updated docs link for dform login callout doc * added condition for disconnect button * added ce changes done on ee * updated css * suggested changes in PR review * suggested changes in PR review * suggested changes in PR review * reverted gitignore files changes * reverted gitignore files changes * updated logic for saving admin settings * removed unused imports * added changes for taginput field * removed console * removed warning * removed unwanted changes
26 lines
644 B
Bash
26 lines
644 B
Bash
#!/bin/sh
|
|
|
|
# APPSMITH_OAUTH2_GOOGLE_CLIENT_ID=""
|
|
# APPSMITH_OAUTH2_GOOGLE_CLIENT_SECRET=""
|
|
# APPSMITH_OAUTH2_GITHUB_CLIENT_ID=""
|
|
# APPSMITH_OAUTH2_GITHUB_CLIENT_SECRET=""
|
|
# APPSMITH_FORM_LOGIN_DISABLED=
|
|
# APPSMITH_SIGNUP_DISABLED=
|
|
|
|
# APPSMITH_MAIL_ENABLED=true
|
|
# APPSMITH_MAIL_HOST=localhost
|
|
# APPSMITH_MAIL_PORT=25
|
|
# APPSMITH_MAIL_USERNAME=
|
|
# APPSMITH_MAIL_PASSWORD=
|
|
# APPSMITH_MAIL_SMTP_AUTH=true
|
|
# APPSMITH_MAIL_SMTP_TLS_ENABLED=true
|
|
|
|
# APPSMITH_MARKETPLACE_USERNAME=""
|
|
# APPSMITH_MARKETPLACE_PASSWORD=""
|
|
|
|
APPSMITH_ENCRYPTION_PASSWORD="abcd"
|
|
APPSMITH_ENCRYPTION_SALT="abcd"
|
|
|
|
#APPSMITH_RECAPTCHA_SITE_KEY=""
|
|
#APPSMITH_RECAPTCHA_SECRET_KEY=""
|