-
Notifications
You must be signed in to change notification settings - Fork 4
/
config.json.hardhat
41 lines (41 loc) · 1.57 KB
/
config.json.hardhat
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
{
"baseUrl": "http://localhost:8080",
"dataPath": "~/.ipehr/data",
"host": "localhost:8080",
"keystoreKey": "fb5b72b901e8419969057bc7f73f8731bf3e3599ee3d8fac26b2c4bc6c7b6627",
"creatingSystemId": "openEHRSys.example.com",
"compressionEnabled": true,
"compressionLevel": 5,
"defaultUserId": "8dc598d2-a3fa-462b-a513-a69a32c5ab4f",
"defaultGroupAccessId": "6a781f00-82fd-40fc-8777-cc2eda31414b",
"statsServiceURL": "http://localhost:8081",
"storage": {
"localfile": {
"path": "~/.ipehr/data/storage"
},
"ipfs": {
"endpointURLs": [
"http://lotus.dev.bsn.si:5001/api/v0"
]
},
"filecoin": {
"lotusRPCEndpoint": "http://lotus.dev.bsn.si/rpc/v1",
"baseURL": "http://lotus.dev.bsn.si",
"authToken": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJBbGxvdyI6WyJyZWFkIiwid3JpdGUiLCJzaWduIiwiYWRtaW4iXX0.z7NsLu8Wy9LJLo6frwXKwfaIQEDZLIBPn2T2H_MHFpk",
"dealsMaxPrice": 1000000000,
"miners": ["t017840"]
}
},
"contract": {
"addressEhrIndex": "0xCf7Ed3AccA5a467e9e704C703E8D87F634fB0Fc9",
"addressAccessStore": "0xe7f1725E7734CE288F8367e1Bb143E90bb3F0512",
"addressUsers": "0x9fE46736679d2D9a65F0992F2272dE9f3c7fa6e0",
"addressDataStore": "0xDc64a140Aa3E981100a9becA4E685f962f0cF6C9",
"endpoint": "http://7.7.7.30:8545",
"privKeyPath": "~/.ipehr/.blockchain.key_hardhat",
"gasTipCap" : 100000
},
"db": {
"filePath": "~/.ipehr/data/local.db"
}
}