From dbd605d8fdc53675bb8b60d0021f2bdfa9206dcb Mon Sep 17 00:00:00 2001 From: okxlin <61420215+okxlin@users.noreply.github.com> Date: Fri, 21 Aug 2026 15:26:48 +0800 Subject: [PATCH] fix(flagsmith): remove unused timezone field --- apps/flagsmith/2.263.0/.env.sample | 1 + apps/flagsmith/2.263.0/data.yml | 16 ---------------- 2 files changed, 1 insertion(+), 16 deletions(-) diff --git a/apps/flagsmith/2.263.0/.env.sample b/apps/flagsmith/2.263.0/.env.sample index 56499728f..a9791a030 100644 --- a/apps/flagsmith/2.263.0/.env.sample +++ b/apps/flagsmith/2.263.0/.env.sample @@ -1,6 +1,7 @@ CONTAINER_NAME=flagsmith-compose-check PANEL_APP_BIND_ADDRESS=127.0.0.1 PANEL_APP_PORT_HTTP=8000 +PANEL_DB_TYPE=postgresql PANEL_DB_HOST= PANEL_DB_PORT=5432 PANEL_DB_NAME=flagsmith diff --git a/apps/flagsmith/2.263.0/data.yml b/apps/flagsmith/2.263.0/data.yml index 7239ae291..2c972bd6b 100644 --- a/apps/flagsmith/2.263.0/data.yml +++ b/apps/flagsmith/2.263.0/data.yml @@ -205,19 +205,3 @@ additionalProperties: value: 'false' - label: 'true' value: 'true' - - default: Asia/Shanghai - edit: true - envKey: TZ - labelEn: Timezone - labelZh: 时区 - label: - en: Timezone - zh: 时区 - zh-Hant: 時區 - ja: タイムゾーン - ko: 시간대 - ru: Часовой пояс - ms: Zon waktu - pt-br: Fuso horário - required: true - type: text