git ssb

1+

Dominic / secure-scuttlebutt



Tree: 04f70232848d0eb769abc879ff4af69e21fb677b

Files: 04f70232848d0eb769abc879ff4af69e21fb677b / config.js

146 bytesRaw
1var path = require('path')
2
3module.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