Files: 07c9244b03ec6a8340940b5b897f69a1ec1ab997 / config.js
146 bytesRaw
1 | var path = require('path') |
2 | |
3 | module.exports = require('rc')('ssb', { |
4 | port: 5656, |
5 | rpcPort: 5657, |
6 | path: path.join(process.env.HOME, '.ssb') |
7 | }) |
8 |
Built with git-ssb-web