git ssb

1+

Dominic / secure-scuttlebutt



Tree: 07c9244b03ec6a8340940b5b897f69a1ec1ab997

Files: 07c9244b03ec6a8340940b5b897f69a1ec1ab997 / 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