2018-10-16 14:56:18 +02:00
|
|
|
import Config from "../src/models/Config"
|
|
|
|
|
|
|
|
export default {
|
2018-10-26 10:40:46 +02:00
|
|
|
aquariusUri: "http://localhost:5000",
|
2018-11-14 15:44:25 +01:00
|
|
|
brizoUri: "http://localhost:3000",
|
2018-10-16 14:56:18 +02:00
|
|
|
nodeUri: "http://localhost:8545",
|
2018-10-25 17:18:33 +02:00
|
|
|
parityUri: "http://localhost:9545",
|
2018-11-21 10:44:23 +01:00
|
|
|
secretStoreUri: "http://localhost:12001",
|
|
|
|
threshold: 0,
|
2018-10-25 17:18:33 +02:00
|
|
|
password: "unittest",
|
|
|
|
address: "0xed243adfb84a6626eba46178ccb567481c6e655d",
|
2018-10-26 10:40:46 +02:00
|
|
|
web3Provider: null,
|
2018-10-16 14:56:18 +02:00
|
|
|
} as Config
|