forked from synonymdev/bitkit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.test.template
45 lines (33 loc) · 1.11 KB
/
.env.test.template
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# middleware for redux-flipper plugin
ENABLE_REDUX_FLIPPER=true
# middleware for redux-logger
ENABLE_REDUX_LOGGER=true
# middleware for immutable-state-invariant (disable if things are slow in development)
ENABLE_REDUX_IMMUTABLE_CHECK=true
# react-native-mmkv-flipper-plugin
ENABLE_MMKV_FLIPPER=false
# i18next debug mode
ENABLE_I18NEXT_DEBUGGER=false
# redux-persist migration debug mode
ENABLE_MIGRATION_DEBUG=false
# Backup server (development)
BACKUPS_SHARED_SECRET=6dabb95493023d5c45229331490a9a67fcde2a618798f9dea5c1247eabb13451
BACKUPS_SERVER_SLASHTAG=slash:3phbmj4jkzs7b6e6t1h8jwy1u6o9w9y39nscsc6r1q89t1mxcsuy
# Slashtags
DISABLE_SLASHTAGS=false
SLASHTAGS_SEEDER_BASE_URL=
SLASHTAGS_SEEDER_TOPIC=
# Blocktank
BLOCKTANK_HOST=https://api.stag.blocktank.to
# Network
ELECTRUM_BITCOIN_HOST=35.187.18.233
ELECTRUM_BITCOIN_SSL_PORT=8900
ELECTRUM_BITCOIN_TCP_PORT=8911
ELECTRUM_BITCOIN_PROTO=tcp
ELECTRUM_REGTEST_HOST=127.0.0.1
ELECTRUM_REGTEST_SSL_PORT=60001
ELECTRUM_REGTEST_TCP_PORT=60001
ELECTRUM_REGTEST_PROTO=tcp
WALLET_DEFAULT_SELECTED_NETWORK=bitcoinRegtest
DISABLE_PERIODIC_REMINDERS=true
DISABLE_LOOP_ANIMATION=true