I've been doing this in pieces bit by bit, not to rock the boat too much too fast, but it's taking too long, and too much effort. Instead opting for a rip-the-bandaid style, hopefully without the pain.
23 lines
573 B
Bash
23 lines
573 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_ENCRYPTION_PASSWORD="abcd"
|
|
APPSMITH_ENCRYPTION_SALT="abcd"
|
|
|
|
#APPSMITH_RECAPTCHA_SITE_KEY=""
|
|
#APPSMITH_RECAPTCHA_SECRET_KEY=""
|