From 850d8ac9ec9a26936b2c697fcb046d40dd4988f6 Mon Sep 17 00:00:00 2001 From: Nicolas Date: Tue, 23 Sep 2025 18:32:42 +0800 Subject: [PATCH] set content env of log --- freeleaps/helm-pkg/content/values.alpha.yaml | 1 + freeleaps/helm-pkg/content/values.prod.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/freeleaps/helm-pkg/content/values.alpha.yaml b/freeleaps/helm-pkg/content/values.alpha.yaml index ae415c81..cf7c85b6 100644 --- a/freeleaps/helm-pkg/content/values.alpha.yaml +++ b/freeleaps/helm-pkg/content/values.alpha.yaml @@ -78,6 +78,7 @@ content: configs: tz: UTC appName: content + appEnv: alpha serviceApiAccessHost: 0.0.0.0 serviceApiAccessPort: 8013 mongodbName: freeleaps2 diff --git a/freeleaps/helm-pkg/content/values.prod.yaml b/freeleaps/helm-pkg/content/values.prod.yaml index dad4ffd4..95547a75 100644 --- a/freeleaps/helm-pkg/content/values.prod.yaml +++ b/freeleaps/helm-pkg/content/values.prod.yaml @@ -69,6 +69,7 @@ content: configs: tz: UTC appName: content + appEnv: prod serviceApiAccessHost: 0.0.0.0 serviceApiAccessPort: 8013 mongodbName: freeleaps2