-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathconfig.json.fevm
41 lines (41 loc) · 1.59 KB
/
config.json.fevm
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": "0x9944D37bFeC481868baad7b6E05b76Db01cA0865",
"addressAccessStore": "0x946e8BB742AAe895F9D369Fa44eF41414607A0CA",
"addressUsers": "0xe95dB24EA185c7a7D4ED6e8D20Caaa4cCb852AF4",
"addressDataStore": "0x0d223203D54c453Fb70A1462C3901AC59CE1F103",
"endpoint": "https://api.calibration.node.glif.io/rpc/v1",
"privKeyPath": "~/.ipehr/.blockchain.key",
"gasTipCap" : 100000
},
"db": {
"filePath": "~/.ipehr/data/local.db"
}
}