1. Changing the Maps API Key doesn't need restart anymore. 2. The `isRestartRequired` field in the response of updating env settings, was being ignored. The client owns the decision of when to restart (which is correct), so removed this from the server. 3. Write Maps API Key to the database, in the tenant configuration. 4. The Settings page for Maps Ke gets the current value from `/tenant/current` response, and not `/admin/env`. 5. Removed `APPSMITH_GOOGLE_MAPS_API_KEY` from `/admin/env` response. 6. Tests. DO NOT MERGE. Please only review/approve. This is expected to break EE once it goes there, which I intend to solve alongside merging this. Changing the Maps API Key will update it both in the tenant config in the database, as well as in the `docker.env` file. This is predominantly for backwards compatibility, and phased rollout. As part of a separate PR, we'll have a migration that proactively copies the env variable value to the database, and comment out the value in the `docker.env` file. Then we can stop updating the `docker.env` file as well. ## New  ## Old  --------- Co-authored-by: Ankita Kinger <ankita@appsmith.com>
67 lines
1.4 KiB
Plaintext
67 lines
1.4 KiB
Plaintext
# Rename this to .env
|
|
|
|
# Sentry
|
|
APPSMITH_SENTRY_DSN=
|
|
|
|
# Smart look
|
|
APPSMITH_SMART_LOOK_ID=
|
|
|
|
# Google OAuth
|
|
APPSMITH_OAUTH2_GOOGLE_CLIENT_ID=
|
|
APPSMITH_OAUTH2_GOOGLE_CLIENT_SECRET=
|
|
|
|
# Github OAuth
|
|
APPSMITH_OAUTH2_GITHUB_CLIENT_ID=
|
|
APPSMITH_OAUTH2_GITHUB_CLIENT_SECRET=
|
|
|
|
# Form Login/Signup
|
|
APPSMITH_FORM_LOGIN_DISABLED=
|
|
APPSMITH_SIGNUP_DISABLED=
|
|
|
|
# Segment
|
|
APPSMITH_SEGMENT_KEY=
|
|
|
|
# RapidAPI
|
|
APPSMITH_RAPID_API_KEY_VALUE=
|
|
APPSMITH_MARKETPLACE_ENABLED=
|
|
|
|
|
|
# Algolia Search (Docs)
|
|
APPSMITH_ALGOLIA_API_ID=
|
|
APPSMITH_ALGOLIA_API_KEY=
|
|
APPSMITH_ALGOLIA_SEARCH_INDEX_NAME=
|
|
|
|
#Client log level (debug | error)
|
|
APPSMITH_CLIENT_LOG_LEVEL=
|
|
|
|
# Email server
|
|
APPSMITH_MAIL_ENABLED=
|
|
APPSMITH_MAIL_HOST=
|
|
APPSMITH_MAIL_PORT=
|
|
APPSMITH_MAIL_USERNAME=
|
|
APPSMITH_MAIL_PASSWORD=
|
|
|
|
# Email server feature toggles
|
|
# true | false values
|
|
APPSMITH_MAIL_SMTP_AUTH=
|
|
APPSMITH_MAIL_SMTP_TLS_ENABLED=
|
|
|
|
# Disable all telemetry
|
|
# Note: This only takes effect in self-hosted scenarios.
|
|
# Please visit https://docs.appsmith.com/product/telemetry to read more about anonymized data collected by Appsmith
|
|
# APPSMITH_DISABLE_TELEMETRY=false
|
|
|
|
#APPSMITH_SENTRY_DSN=
|
|
#APPSMITH_SENTRY_ENVIRONMENT=
|
|
|
|
# Configure cloud services
|
|
# APPSMITH_CLOUD_SERVICES_BASE_URL="https://release-cs.appsmith.com"
|
|
|
|
# Google Recaptcha Config
|
|
APPSMITH_RECAPTCHA_SITE_KEY=
|
|
APPSMITH_RECAPTCHA_SECRET_KEY=
|
|
APPSMITH_RECAPTCHA_ENABLED=
|
|
|
|
# Intercom
|
|
APPSMITH_DISABLE_INTERCOM=
|