mirror of
https://github.com/oceanprotocol/commons.git
synced 2023-03-15 18:03:00 +01:00
commented local variables
This commit is contained in:
parent
9ae10525f6
commit
db1d215b1c
@ -23,6 +23,28 @@ const config = {
|
|||||||
secretStorePort: process.env.SECRET_STORE_PORT || 443,
|
secretStorePort: process.env.SECRET_STORE_PORT || 443,
|
||||||
verbose: true
|
verbose: true
|
||||||
}
|
}
|
||||||
|
/*
|
||||||
|
app: {
|
||||||
|
port: 4000,
|
||||||
|
nodeScheme: 'http',
|
||||||
|
nodeHost: 'localhost',
|
||||||
|
nodePort: 8545,
|
||||||
|
aquariusScheme: 'http',
|
||||||
|
aquariusHost: 'localhost',
|
||||||
|
aquariusPort: 5000,
|
||||||
|
brizoScheme: 'http',
|
||||||
|
brizoHost: 'localhost',
|
||||||
|
brizoPort: 8030,
|
||||||
|
brizoAddress: '0x376817c638d2a04f475a73af37f7b51a2862d567',
|
||||||
|
parityScheme: 'http',
|
||||||
|
parityHost: 'localhost',
|
||||||
|
parityPort: 8545,
|
||||||
|
secretStoreScheme: 'http',
|
||||||
|
secretStoreHost: 'localhost',
|
||||||
|
secretStorePort: 12001,
|
||||||
|
verbose: true
|
||||||
|
}
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
export default config
|
export default config
|
||||||
|
Loading…
Reference in New Issue
Block a user