drive stage from config

1f7816dd...5bb7c6a8
This commit is contained in:
Andrea Maria Piana 2024-08-14 17:01:22 +01:00
parent 5c8fc2f700
commit 3d205c837c
4 changed files with 5 additions and 2 deletions

View File

@ -19,4 +19,5 @@ MAX_IMAGES_BATCH=1
DELETE_MESSAGE_ENABLED=1
FAST_CREATE_COMMUNITY_ENABLED=0
TEST_NETWORKS_ENABLED=0
STATUS_PROXY_STAGE_NAME=prod
FLAG_WALLET_CONNECT_ENABLED=1

View File

@ -48,6 +48,7 @@
(def opensea-api-key OPENSEA_API_KEY)
(def status-proxy-enabled? true)
(def status-proxy-stage-name (get-config :STATUS_PROXY_STAGE_NAME "test"))
(def bootnodes-settings-enabled? (enabled? (get-config :BOOTNODES_SETTINGS_ENABLED "1")))
(def mailserver-confirmations-enabled? (enabled? (get-config :MAILSERVER_CONFIRMATIONS_ENABLED)))
(def pairing-popup-disabled? (enabled? (get-config :PAIRING_POPUP_DISABLED "0")))

View File

@ -11,6 +11,7 @@
{;; Temporary fix until https://github.com/status-im/status-go/issues/3024 is resolved
:wakuV2Nameserver "8.8.8.8"
:statusProxyEnabled config/status-proxy-enabled?
:statusProxyStageName config/status-proxy-stage-name
:statusProxyMarketUser config/STATUS_BUILD_PROXY_USER
:statusProxyMarketPassword config/STATUS_BUILD_PROXY_PASSWORD
:statusProxyBlockchainUser config/STATUS_BUILD_PROXY_USER

View File

@ -4,6 +4,6 @@
"owner": "status-im",
"repo": "status-go",
"version": "release/0.182.x",
"commit-sha1": "c39baa80d22fb0a4bad57194e6e6175556cc1a4b",
"src-sha256": "0zb477rls00xlkhaplgdbki9v9w7sfvpvigbw9lylbxpjxnaxdq9"
"commit-sha1": "5bb7c6a8f343eb2a5e6ac93527ce31ea84ff0c2e",
"src-sha256": "1ajg971kkjhv6fvc614ndyg5d1dwap17jydpdrb20km5ynzbj1m1"
}