parent
5c8fc2f700
commit
3d205c837c
|
@ -19,4 +19,5 @@ MAX_IMAGES_BATCH=1
|
||||||
DELETE_MESSAGE_ENABLED=1
|
DELETE_MESSAGE_ENABLED=1
|
||||||
FAST_CREATE_COMMUNITY_ENABLED=0
|
FAST_CREATE_COMMUNITY_ENABLED=0
|
||||||
TEST_NETWORKS_ENABLED=0
|
TEST_NETWORKS_ENABLED=0
|
||||||
|
STATUS_PROXY_STAGE_NAME=prod
|
||||||
FLAG_WALLET_CONNECT_ENABLED=1
|
FLAG_WALLET_CONNECT_ENABLED=1
|
||||||
|
|
|
@ -48,6 +48,7 @@
|
||||||
|
|
||||||
(def opensea-api-key OPENSEA_API_KEY)
|
(def opensea-api-key OPENSEA_API_KEY)
|
||||||
(def status-proxy-enabled? true)
|
(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 bootnodes-settings-enabled? (enabled? (get-config :BOOTNODES_SETTINGS_ENABLED "1")))
|
||||||
(def mailserver-confirmations-enabled? (enabled? (get-config :MAILSERVER_CONFIRMATIONS_ENABLED)))
|
(def mailserver-confirmations-enabled? (enabled? (get-config :MAILSERVER_CONFIRMATIONS_ENABLED)))
|
||||||
(def pairing-popup-disabled? (enabled? (get-config :PAIRING_POPUP_DISABLED "0")))
|
(def pairing-popup-disabled? (enabled? (get-config :PAIRING_POPUP_DISABLED "0")))
|
||||||
|
|
|
@ -11,6 +11,7 @@
|
||||||
{;; Temporary fix until https://github.com/status-im/status-go/issues/3024 is resolved
|
{;; Temporary fix until https://github.com/status-im/status-go/issues/3024 is resolved
|
||||||
:wakuV2Nameserver "8.8.8.8"
|
:wakuV2Nameserver "8.8.8.8"
|
||||||
:statusProxyEnabled config/status-proxy-enabled?
|
:statusProxyEnabled config/status-proxy-enabled?
|
||||||
|
:statusProxyStageName config/status-proxy-stage-name
|
||||||
:statusProxyMarketUser config/STATUS_BUILD_PROXY_USER
|
:statusProxyMarketUser config/STATUS_BUILD_PROXY_USER
|
||||||
:statusProxyMarketPassword config/STATUS_BUILD_PROXY_PASSWORD
|
:statusProxyMarketPassword config/STATUS_BUILD_PROXY_PASSWORD
|
||||||
:statusProxyBlockchainUser config/STATUS_BUILD_PROXY_USER
|
:statusProxyBlockchainUser config/STATUS_BUILD_PROXY_USER
|
||||||
|
|
|
@ -4,6 +4,6 @@
|
||||||
"owner": "status-im",
|
"owner": "status-im",
|
||||||
"repo": "status-go",
|
"repo": "status-go",
|
||||||
"version": "release/0.182.x",
|
"version": "release/0.182.x",
|
||||||
"commit-sha1": "c39baa80d22fb0a4bad57194e6e6175556cc1a4b",
|
"commit-sha1": "5bb7c6a8f343eb2a5e6ac93527ce31ea84ff0c2e",
|
||||||
"src-sha256": "0zb477rls00xlkhaplgdbki9v9w7sfvpvigbw9lylbxpjxnaxdq9"
|
"src-sha256": "1ajg971kkjhv6fvc614ndyg5d1dwap17jydpdrb20km5ynzbj1m1"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue