forked from particl/particl-market
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.dist
99 lines (80 loc) · 1.34 KB
/
.env.dist
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
#
# APPLICATION
#
NODE_ENV=development
MARKETPLACE_VERSION=0.0.1.0
APP_NAME=particl-marketplace
APP_HOST=http://localhost
APP_URL_PREFIX=/api
APP_PORT=3000
# Comment out the RPCUSER and RPCPASSWORD in case you want to use the cookie instead.
#RPCUSER=test
#RPCPASSWORD=test
RPCHOSTNAME=localhost
MAINNET_PORT=51738
TESTNET_PORT=51935
JASMINE_TIMEOUT=100000
TEST_BOOTSTRAP_WAITFOR=10
#
# MARKETPLACE
#
#DEFAULT_MARKETPLACE_NAME=DEFAULT
DEFAULT_MARKETPLACE_PRIVATE_KEY=4dMrnNNe25hmBhh9kRSncUAvmPSSEUoC7bWEHhk1hWgq3G2nsAQ
DEFAULT_MARKETPLACE_ADDRESS=PoaHoq2UEALxeNs5rbYwaWjEBbgbGFVMgP
PAID_MESSAGE_RETENTION_DAYS=4
# TODO: generate these like a cookie file
MARKET_RPC_USER=test
MARKET_RPC_PASSWORD=test
#
# LOGGING
#
LOG_LEVEL=debug
LOG_ADAPTER=winston
#
# API Info
#
API_INFO_ENABLED=false
#
# SOCKET IO
#
SOCKETIO_ENABLED=false
#
# CLI
#
CLI_ENABLED=false
#
# Swagger Documentation
#
SWAGGER_ENABLED=false
#
# Monitor
#
MONITOR_ENABLED=false
#
# DATABASE
#
DB_CLIENT=sqlite3
#
# Knex
#
DB_POOL_MIN=0
DB_POOL_MAX=1
DB_MIGRATION_TABLE=version
#
# PRICETICKER
#
DATA_CHECK_DELAY=60
#
# CURRENCY_PRICE
#
CHASING_COINS_API=https://chasing-coins.com/api/v1/convert
CHASING_COINS_API_DELAY=60
#
# FREQUENCY TO ERASE EXPIRED LISTING ITEMS
#
LISTING_ITEMS_EXPIRED_INTERVAL=10
PROPOSAL_RESULT_RECALCULATION_INTERVAL=30
#
# VOTING
#
LISTING_ITEM_REMOVE_PERCENTAGE=0.1