mirror of
https://github.com/status-im/status-mobile.git
synced 2025-01-11 01:07:00 +00:00
751998e980
- Exposes behavior under QUEUE_MESSAGE_ENABLED flag that is turned off in production. - Delays messages to allow for reordering of latecoming messages up to 500ms
10 lines
205 B
Bash
10 lines
205 B
Bash
TESTFAIRY_ENABLED=0
|
|
STUB_STATUS_GO=0
|
|
ETHEREUM_DEV_CLUSTER=1
|
|
MAINNET_NETWORKS_ENABLED=1
|
|
ERC20_ENABLED=1
|
|
OFFLINE_INBOX_ENABLED=1
|
|
LOG_LEVEL=debug
|
|
LOG_LEVEL_STATUS_GO=info
|
|
JSC_ENABLED=1
|
|
QUEUE_MESSAGE_ENABLED=1 |