diff --git a/server/src/config/config.ts b/server/src/config/config.ts index cbc8df5..10b3f15 100644 --- a/server/src/config/config.ts +++ b/server/src/config/config.ts @@ -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