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:
parent
f2b10d5759
commit
499d189d6b
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user