mirror of
https://github.com/status-im/status-react.git
synced 2025-01-10 19:16:59 +00:00
ad99ed2a28
This commits allow users to toggle pfs in dev-mode (it is already used for pairing and group chats). Once enabled direct and public messages sent will only be received by users running >= 0.9.32. Also this does not guarantee PFS (both devices need to have it enabled it), and there still some UX work to do to ensure that, but it is useful for testing. A warning is displayed explaining the limitations when enabling.
17 lines
350 B
Plaintext
17 lines
350 B
Plaintext
ETHEREUM_DEV_CLUSTER=1
|
|
LOG_LEVEL=debug
|
|
LOG_LEVEL_STATUS_GO=info
|
|
FLEET=eth.staging
|
|
RN_BRIDGE_THRESHOLD_WARNINGS=0
|
|
POW_TARGET=0.002
|
|
POW_TIME=1
|
|
DEFAULT_NETWORK=mainnet_rpc
|
|
DEBUG_WEBVIEW=1
|
|
PAIRING_ENABLED=1
|
|
GROUP_CHATS_ENABLED=1
|
|
MAINNET_WARNING_ENABLED=1
|
|
EXTENSIONS=1
|
|
PFS_ENCRYPTION_ENABLED=1
|
|
ERC20_CONTRACT_WARNINGS=1
|
|
MAILSERVER_CONFIRMATIONS_ENABLED=0
|