PromucFlow_constructor/app/server/envs/docker.env.example
Confidence Okoghenun 639cba9095
Improve server setup experience documentation (#4441)
* fix: Updates appsmith server docker-compose

* fix: Updates server docker-compose

* fix: Removes exposed ports

* docs: Adds updates for server docker-compose

* docs: Adds updates for server docker-compose

* docs: Updates app/server/README.md

Co-authored-by: Arpit Mohan <mohanarpit@users.noreply.github.com>

* chore: Removes deprecated env vars

Co-authored-by: Arpit Mohan <mohanarpit@users.noreply.github.com>
2021-05-19 19:29:08 +05:30

24 lines
584 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_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=""