Adding EE related environment variables into the docker.env.sh file (#8)

* Adding back marketplace and other EE related environment variable in EE repo
This commit is contained in:
Trisha Anand 2020-07-15 15:48:37 +05:30 committed by GitHub
parent f2b10d5759
commit 499d189d6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,4 +39,13 @@ APPSMITH_MAIL_ENABLED=false
APPSMITH_REDIS_URL=redis://redis:6379 APPSMITH_REDIS_URL=redis://redis:6379
APPSMITH_MONGODB_URI=mongodb://$mongo_root_user:$mongo_root_password@$mongo_host/appsmith?retryWrites=true APPSMITH_MONGODB_URI=mongodb://$mongo_root_user:$mongo_root_password@$mongo_host/appsmith?retryWrites=true
# ******************************* # *******************************
# *** EE Specific Config ********
# APPSMITH_MARKETPLACE_URL=
# APPSMITH_RAPID_API_KEY_VALUE=
# APPSMITH_ROLLBAR_ACCESS_TOKEN=
# APPSMITH_ROLLBAR_ENV=
# APPSMITH_SEGMENT_KEY=
# *******************************
EOF EOF