From d33f0bfa8967698e87327f359b2b08e78c130f98 Mon Sep 17 00:00:00 2001 From: Roman Matusevich Date: Sat, 4 Nov 2023 00:06:51 +0300 Subject: [PATCH] [web] - disabled alert (#621) --- web/.env.docker.production | 2 +- web/.env.production | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/.env.docker.production b/web/.env.docker.production index 2ded4c626..a3923327a 100644 --- a/web/.env.docker.production +++ b/web/.env.docker.production @@ -6,7 +6,7 @@ REACT_APP_IPFS="https://ipfs.network.gosh.sh" REACT_APP_GOSHAI_PROFILE="0:7de5c13a1ab0f38232f94f4ba2e520bca9dcc30eb5134e985595158d85ec8050" REACT_APP_GOSHAI_NAME="gosh-ai-bot" REACT_APP_ISDOCKEREXT=true -REACT_APP_MAINTENANCE=1 # 0 - none | 1 - alert | 2 - full +REACT_APP_MAINTENANCE=0 # 0 - none | 1 - alert | 2 - full REACT_APP_DAO_PARTNER='["gba-ai", "ethernity_cloud_grant_dao", "hero2quest", "desciworld", "descier", "pruvendo", "vieteio", "desci-israel-2024", "jocelyn", "triscale", "gosh"]' REACT_APP_TIP3_ROOTADDR="0:1792014440934b9c4024c97221b49c50bd2e2db1426b612ba4c6694b144f5e77" REACT_APP_ELOCKADDR="0x135d03AF576633B0C99FB9F0A0c6Aa9cE8D3C67E" diff --git a/web/.env.production b/web/.env.production index 805f249a9..ac8cce12e 100644 --- a/web/.env.production +++ b/web/.env.production @@ -6,7 +6,7 @@ REACT_APP_IPFS="https://ipfs.network.gosh.sh" REACT_APP_GOSHAI_PROFILE="0:7de5c13a1ab0f38232f94f4ba2e520bca9dcc30eb5134e985595158d85ec8050" REACT_APP_GOSHAI_NAME="gosh-ai-bot" REACT_APP_ISDOCKEREXT=false -REACT_APP_MAINTENANCE=1 # 0 - none | 1 - alert | 2 - full +REACT_APP_MAINTENANCE=0 # 0 - none | 1 - alert | 2 - full REACT_APP_DAO_PARTNER='["gba-ai", "ethernity_cloud_grant_dao", "hero2quest", "desciworld", "descier", "pruvendo", "vieteio", "desci-israel-2024", "jocelyn", "triscale", "gosh"]' REACT_APP_TIP3_ROOTADDR="0:1792014440934b9c4024c97221b49c50bd2e2db1426b612ba4c6694b144f5e77" REACT_APP_ELOCKADDR="0x135d03AF576633B0C99FB9F0A0c6Aa9cE8D3C67E"