mirror of
https://github.com/status-im/status-react.git
synced 2025-01-09 10:42:53 +00:00
699986c0b2
this commit implemented logging request/response between status-mobile and status-go. to access `requests.log`, shake your phone and share the logs. TBD: - adding `device id` into request to proxy server, we can implement it in a separate PR if needed. - not sure if we need logging the request made in the backend that not asked by frontend directly
28 lines
576 B
Plaintext
28 lines
576 B
Plaintext
DEBUG_WEBVIEW=1
|
|
DEFAULT_NETWORK=mainnet_rpc
|
|
ETHEREUM_DEV_CLUSTER=1
|
|
EXTENSIONS=0
|
|
GROUP_CHATS_ENABLED=1
|
|
LOG_LEVEL=info
|
|
MAILSERVER_CONFIRMATIONS_ENABLED=1
|
|
MAINNET_WARNING_ENABLED=1
|
|
PFS_ENCRYPTION_ENABLED=1
|
|
PFS_TOGGLE_VISIBLE=1
|
|
POW_TARGET=0.002
|
|
POW_TIME=1
|
|
SNOOPY=0
|
|
KEYCARD_TEST_MENU=0
|
|
RPC_NETWORKS_ONLY=0
|
|
PARTITIONED_TOPIC=0
|
|
CONTRACT_NODES=1
|
|
ENABLE_ROOT_ALERT=1
|
|
BLANK_PREVIEW=0
|
|
COMMUNITIES_ENABLED=1
|
|
DATABASE_MANAGEMENT_ENABLED=1
|
|
DELETE_MESSAGE_ENABLED=1
|
|
FAST_CREATE_COMMUNITY_ENABLED=0
|
|
TEST_NETWORKS_ENABLED=0
|
|
ENABLE_ALERT_BANNER=1
|
|
FLAG_WALLET_CONNECT_ENABLED=1
|
|
LOG_REQUEST_GO=0
|