Files: 04f70232848d0eb769abc879ff4af69e21fb677b / 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