Skip to content

Commit

Permalink
[web] - disabled alert (#621)
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Matusevich authored Nov 3, 2023
1 parent 5f7cf82 commit d33f0bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web/.env.docker.production
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion web/.env.production
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d33f0bf

Please sign in to comment.