Removed prod url from default config (#4377)
This commit is contained in:
parent
bf7a8b91a4
commit
39bb0ac805
|
|
@ -66,7 +66,7 @@ admin.emails = ${APPSMITH_ADMIN_EMAILS:}
|
||||||
emails.welcome.enabled = ${APPSMITH_EMAILS_WELCOME_ENABLED:true}
|
emails.welcome.enabled = ${APPSMITH_EMAILS_WELCOME_ENABLED:true}
|
||||||
|
|
||||||
# Appsmith Cloud Services
|
# Appsmith Cloud Services
|
||||||
appsmith.cloud_services.base_url = ${APPSMITH_CLOUD_SERVICES_BASE_URL:https://cs.appsmith.com}
|
appsmith.cloud_services.base_url = ${APPSMITH_CLOUD_SERVICES_BASE_URL:}
|
||||||
appsmith.cloud_services.username = ${APPSMITH_CLOUD_SERVICES_USERNAME:}
|
appsmith.cloud_services.username = ${APPSMITH_CLOUD_SERVICES_USERNAME:}
|
||||||
appsmith.cloud_services.password = ${APPSMITH_CLOUD_SERVICES_PASSWORD:}
|
appsmith.cloud_services.password = ${APPSMITH_CLOUD_SERVICES_PASSWORD:}
|
||||||
github_repo = ${APPSMITH_GITHUB_REPO:}
|
github_repo = ${APPSMITH_GITHUB_REPO:}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user