forked from celo-org/celo-monorepo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.alfajoresdev
24 lines (24 loc) · 960 Bytes
/
.env.alfajoresdev
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
DEFAULT_TESTNET=alfajores
# Generated using org.celo.mobile.alfajores.dev and the debug keystore
# This means Android auto-read feature will only work from debug builds
SMS_RETRIEVER_APP_SIGNATURE=5yaJvJcZt2P
# If FORNO_ENABLED_INITIALLY, local geth will not run initially.
# If toggled on, it will use DEFAULT_SYNC_MODE. See src/geth/consts.ts for more info
FORNO_ENABLED_INITIALLY=true
DEFAULT_SYNC_MODE=5
FIREBASE_ENABLED=true
SECRETS_KEY=debug
SHOW_TESTNET_BANNER=true
SHOW_GET_INVITE_LINK=false
DEV_SETTINGS_ACTIVE_INITIALLY=true
# Enable for true hot reloading while dev-ing UI
DEV_RESTORE_NAV_STATE_ON_RELOAD=false
APP_BUNDLE_ID=org.celo.mobile.alfajores.dev
APP_STORE_ID=1482389446
APP_DISPLAY_NAME=Alfajores (dev)
IOS_GOOGLE_SERVICE_PLIST=GoogleService-Info.alfajoresdev.plist
DYNAMIC_LINK_DOMAIN=https://l.celo.org
GETH_USE_FULL_NODE_DISCOVERY=true
GETH_USE_STATIC_NODES=true
# Only for development, use with caution
GETH_START_HTTP_RPC_SERVER=false