-
Notifications
You must be signed in to change notification settings - Fork 47
/
Copy pathconfig.testnet.yaml
174 lines (174 loc) · 4.18 KB
/
config.testnet.yaml
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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
network: 'testnet'
metaChainShardId: 4294967295
api:
public: true
publicPort: 3001
private: true
privatePort: 4001
websocket: true
cron:
cacheWarmer: true
fastWarm: true
queueWorker: true
elasticUpdater: false
flags:
useRequestCaching: true
useKeepAliveAgent: true
useTracing: false
useRequestLogging: false
useVmQueryTracing: false
processNfts: true
collectionPropertiesFromGateway: false
features:
eventsNotifier:
enabled: false
port: 5674
url: 'amqp://guest:[email protected]:5672'
exchange: 'all_events'
queue: 'api-process-logs-and-events'
guestCaching:
enabled: false
hitsThreshold: 100
ttl: 12
transactionPool:
enabled: false
transactionPoolWarmer:
enabled: false
cronExpression: '*/5 * * * * *'
ttlInSeconds: 60
updateCollectionExtraDetails:
enabled: false
updateAccountExtraDetails:
enabled: false
marketplace:
enabled: false
serviceUrl: 'https://testnet-nfts-graph.multiversx.com/graphql'
exchange:
enabled: false
serviceUrl: 'https://testnet-graph.xexchange.com/graphql'
dataApi:
enabled: false
serviceUrl: 'https://testnet-data-api.multiversx.com'
auth:
enabled: false
maxExpirySeconds: 86400
acceptedOrigins:
- ''
admins:
- ''
jwtSecret: ''
stakingV4:
enabled: false
cronExpression: '*/5 * * * * *'
activationEpoch: 1043
nodeEpochsLeft:
enabled: false
transactionProcessor:
enabled: false
maxLookBehind: 100
transactionCompleted:
enabled: false
maxLookBehind: 100
logLevel: 'Error'
transactionBatch:
enabled: true
maxLookBehind: 100
deepHistory:
enabled: false
url: ''
statusChecker:
enabled: false
thresholds:
tokens: 100
nodes: 300
providers: 30
tokenSupplyCount: 1
tokenAssets: 1
tokenAccounts: 200
tokenTransactions: 100
nodeValidators: 3500
nftScamInfo:
enabled: false
processNfts:
enabled: false
nftQueueName: 'api-process-nfts'
deadLetterQueueName: 'api-process-nfts-dlq'
tps:
enabled: false
maxLookBehindNonces: 100
nodesFetch:
enabled: true
serviceUrl: 'https://testnet-api.multiversx.com'
tokensFetch:
enabled: true
serviceUrl: 'https://testnet-api.multiversx.com'
providersFetch:
enabled: true
serviceUrl: 'https://testnet-api.multiversx.com'
assetsFetch:
enabled: true
assetesUrl: 'https://tools.multiversx.com/assets-cdn'
image:
width: 600
height: 600
type: 'png'
aws:
s3KeyId: ''
s3Secret: ''
s3Bucket: 'testnet-media.elrond.com'
s3Region: ''
urls:
self: 'https://testnet-api.multiversx.com'
elastic:
- 'https://testnet-index.multiversx.com'
gateway:
- 'https://testnet-gateway.multiversx.com'
verifier: 'https://play-api.multiversx.com'
redis: '127.0.0.1'
rabbitmq: 'amqp://127.0.0.1:5672'
providers: 'https://testnet-delegation-api.multiversx.com/providers'
delegation: 'https://testnet-delegation-api.multiversx.com'
media: 'https://testnet-media.elrond.com'
nftThumbnails: 'https://testnet-media.elrond.com/nfts/thumbnail'
tmp: '/tmp'
ipfs: 'https://ipfs.io/ipfs'
socket: 'testnet-socket-api.multiversx.com'
maiarId: 'https://testnet-id-api.multiversx.com'
database:
enabled: false
url: 'mongodb://127.0.0.1:27017/api?authSource=admin'
type: 'mysql'
host: 'localhost'
port: 3306
username: 'root'
password: 'root'
database: 'api'
indexer:
type: 'elastic'
maxPagination: 10000
caching:
cacheTtl: 6
processTtl: 600
poolLimit: 50
cacheDuration: 3
keepAliveTimeout:
downstream: 61000
upstream: 60000
contracts:
esdt: 'erd1qqqqqqqqqqqqqqqpqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqzllls8a5w6u'
auction: 'erd1qqqqqqqqqqqqqqqpqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqplllst77y4l'
staking: 'erd1qqqqqqqqqqqqqqqpqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqllls0lczs7'
delegationManager: 'erd1qqqqqqqqqqqqqqqpqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqylllslmq6y6'
delegation: 'erd1qqqqqqqqqqqqqpgqp699jngundfqw07d8jzkepucvpzush6k3wvqyc44rx'
metabonding: 'erd1qqqqqqqqqqqqqpgq2l9w0qv98htrhdwuz6ppsw47tn3hhff3d8ssqqjpvu'
inflation:
- 1952123
- 1746637
- 1541150
- 1335663
- 1130177
- 924690
- 719203
nftProcess:
parallelism: 1
maxRetries: 3