-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.js
More file actions
29 lines (23 loc) · 737 Bytes
/
config.js
File metadata and controls
29 lines (23 loc) · 737 Bytes
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
module.exports = {
mongodb: 'mongodb://localhost:27017',
dbName: 'feeds_sources',
dbUser: '',
dbPass: '',
mailHost: 'smtp.qq.com',
mailPort: 465,
mailUser: '445222754',
mailPass: '',
mailFrom: '445222754@qq.com',
escWsUrl: 'wss://api.elastos.io/eth-ws',
escRpcUrl: 'https://api.elastos.io/eth',
pasarContract: '0x02E8AD0687D583e2F6A7e5b82144025f30e26aA0',
stickerContract: '0x020c7303664bc88ae92cE3D380BF361E03B78B81',
galleriaContract: '',
pasarContractDeploy: 7801378,
stickerContractDeploy: 7744408,
galleriaContractDeploy: 0,
ipfsNodeUrl: 'https://ipfs.trinity-feeds.app/ipfs/',
serviceName: 'default',
upgradeBlock: 9607086,
cmcApiKeys: []
}