Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _data/shared_chrome.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://www.metabase.com/shared/chrome.schema.json",
"version": 1,
"generated_at": "2026-07-30T23:19:10+00:00",
"generated_at": "2026-07-31T22:12:10+00:00",
"origin": "https://www.metabase.com",
"stylesheets": [
{
Expand Down
7 changes: 0 additions & 7 deletions _docs/latest/configuring-metabase/config-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ config:
admin-email: null
aggregated-query-row-limit: null
ai-features-enabled: true
ai-usage-max-retention-days: null
allowed-iframe-hosts: |-
youtube.com,
youtu.be,
Expand Down Expand Up @@ -114,7 +113,6 @@ config:
application-name: Metabase
attachment-row-limit: null
attachment-table-row-limit: 20
audit-max-retention-days: null
bcc-enabled: true
breakout-bin-width: 10.0
breakout-bins-num: 8
Expand Down Expand Up @@ -179,7 +177,6 @@ config:
http-channel-host-strategy: external-only
humanization-strategy: simple
index-update-thread-count: 2
install-analytics-database: true
jdbc-data-warehouse-connection-pool-checkout-timeout-ms: 0
jdbc-data-warehouse-connection-pool-max-pending-checkouts: 0
jdbc-data-warehouse-max-connection-pool-size: 15
Expand Down Expand Up @@ -239,7 +236,6 @@ config:
llm-rate-limit-per-ip: 100
llm-rate-limit-per-user: 20
llm-request-timeout-ms: 60000
load-analytics-content: true
loading-message: doing-science
login-page-illustration: default
login-page-illustration-custom: null
Expand All @@ -261,7 +257,6 @@ config:
not-behind-proxy: false
notification-link-base-url: null
notification-system-event-thread-pool-size: 5
notification-temp-file-size-max-bytes: 10485760
notification-thread-pool-size: 3
oidc-allowed-networks: allow-all
oidc-providers: []
Expand Down Expand Up @@ -313,15 +308,13 @@ config:
sdk-encryption-validation-key: null
search-language: null
search-typeahead-enabled: true
send-email-on-first-login-from-new-device: true
send-new-sso-user-admin-email: null
session-cookie-samesite: lax
session-cookies: null
session-timeout: null
setup-embedding-autoenabled: false
setup-license-active-at-setup: false
show-database-syncing-modal: null
show-google-sheets-integration: null
show-homepage-data: true
show-homepage-xrays: true
show-metabase-links: true
Expand Down
9 changes: 7 additions & 2 deletions _docs/latest/configuring-metabase/environment-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Whether AI features are enabled.
- Type: integer
- Default: `null`
- [Exported as](../installation-and-operation/serialization): `ai-usage-max-retention-days`.
- [Configuration file name](./config-file): `ai-usage-max-retention-days`
- Environment variable only: you can't set this in the Admin settings or in a [configuration file](./config-file).

Number of days to retain rows in the ai_usage_log, metabot_conversation, and metabot_message tables. Minimum value is 30; set to 0 to retain data indefinitely.

Expand Down Expand Up @@ -303,6 +303,7 @@ Range: 1-100. To limit the total number of rows included in the file attachment

- Type: string
- Default: `null`
- Environment variable only: you can't set this in the Admin settings or in a [configuration file](./config-file).

Number of days to retain data in audit-related tables. Minimum value is 30; set to 0 to retain data indefinitely.

Expand Down Expand Up @@ -912,6 +913,7 @@ Number of threads to use for batched index updates, including embedding requests

- Type: boolean
- Default: `true`
- Environment variable only: you can't set this in the Admin settings or in a [configuration file](./config-file).

Whether or not we should install the Metabase analytics database on startup. Defaults to true, but can be disabled
via environmment variable.
Expand Down Expand Up @@ -1460,6 +1462,7 @@ Socket timeout in milliseconds for LLM API requests.

- Type: boolean
- Default: `true`
- Environment variable only: you can't set this in the Admin settings or in a [configuration file](./config-file).

Whether or not we should load Metabase analytics content on startup. Defaults to match `install-analytics-database`,
which defaults to true, but can be disabled via environment variable.
Expand Down Expand Up @@ -1662,6 +1665,7 @@ The size of the thread pool used to send system event notifications.

- Type: integer
- Default: `10485760`
- Environment variable only: you can't set this in the Admin settings or in a [configuration file](./config-file).

The maximum file size that will be created when storing notification query results on disk.
Note this is in BYTES. Default value is 10485760 which is `10 * 1024 * 1024`. To disable this size limit set the
Expand Down Expand Up @@ -2133,6 +2137,7 @@ Enable typeahead search in the Metabase navbar?

- Type: boolean
- Default: `true`
- Environment variable only: you can't set this in the Admin settings or in a [configuration file](./config-file).

Should we send users a notification email the first time they log in from a new device? (Default: true). This is
currently only configurable via environment variable so users who gain access to an admin's credentials cannot
Expand Down Expand Up @@ -2213,7 +2218,7 @@ Whether an introductory modal should be shown after the next database connection

- Type: boolean
- Default: `null`
- [Configuration file name](./config-file): `show-google-sheets-integration`
- Environment variable only: you can't set this in the Admin settings or in a [configuration file](./config-file).

Whether or not to show the user a button that sets up Google Sheets integration.

Expand Down
Loading