-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.js
37 lines (34 loc) · 1.05 KB
/
config.js
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
module.exports = {
mongodb: 'mongodb+srv://hamidraza:[email protected]/Cluster0?retryWrites=true&w=majority',
daemons: {
eth: {
chainId: 1,
network: 'mainnet',
provider: "https://mainnet.infura.io/v3/72c53bc23c234df3a80f4e2c95f72d81",
chains: { mainnet: 1, ropsten: 3, rinkeby: 4, goerly: 5, kovan: 42,}
},
test_eth: {
chainId: 3,
network: 'testnet',
provider: "https://ropsten.infura.io/v3/72c53bc23c234df3a80f4e2c95f72d81",
chains: { mainnet: 1, ropsten: 3, rinkeby: 4, goerly: 5, kovan: 42,}
},
btc: {
host: '127.0.0.1',
port: 4000,
username: 'Lwg7hJay71ku',
password: 'Hk7eSZ1WUUl8GGWfn1jn',
path: "/root/.bitcoin",
},
},
db: {
host: '127.0.0.1',
dbname: 'cryptoapis',
dbport: 27017,
},
admin: {
auth_key: "onewordseeker",
auth_password: "Fop1020-25"
},
port: 4000,
}