1
0
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:
Jernej Pregelj 2019-04-17 14:43:44 +02:00 committed by Matthias Kretschmann
parent 9ae10525f6
commit db1d215b1c
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -23,6 +23,28 @@ const config = {
secretStorePort: process.env.SECRET_STORE_PORT || 443,
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