-
Notifications
You must be signed in to change notification settings - Fork 81
/
.env.example
92 lines (75 loc) · 1.41 KB
/
.env.example
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
#
# APPLICATION
#
NODE_ENV=development
APP_NAME=particl-market
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
ZMQ_PORT=54235
JASMINE_TIMEOUT=100000
TEST_BOOTSTRAP_WAITFOR=10
#
# MARKETPLACE
#
STANDALONE=true
APP_DEFAULT_MARKETPLACE_NAME=DEFAULT
APP_DEFAULT_MARKETPLACE_PRIVATE_KEY=2Zc2pc9jSx2qF5tpu25DCZEr1Dwj8JBoVL5WP4H1drJsX9sP4ek
APP_DEFAULT_MARKETPLACE_ADDRESS=pmktyVZshdMAQ6DPbbRXEFNGuzMbTMkqAA
PAID_MESSAGE_RETENTION_DAYS=7
FREE_MESSAGE_RETENTION_DAYS=7
# 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=true
API_INFO_ROUTE=/info
#
# CLI
#
CLI_ENABLED=true
CLI_ROUTE=/cli
#
# Monitor
#
MONITOR_ENABLED=true
MONITOR_ROUTE=/status
#
# 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
#
# WEBHOOKS
#
#WEBHOOK_MPA_LISTING_ADD_03=http://localhost
#WEBHOOK_MPA_BID_03=http://localhost
#WEBHOOK_MPA_MARKET_ADD=http://localhost
#...
MPMESSAGE_DEBUG=true