git ssb

0+

dangerousbeans / patchbay-bootstrap



Tree: 80053725d6e9728e8a7002217581df77265f422d

Files: 80053725d6e9728e8a7002217581df77265f422d / keys.js

218 bytesRaw
1var config = require('ssb-config/inject')(process.env.ssb_appname)
2var ssbKeys = require('ssb-keys')
3var path = require('path')
4module.exports = ssbKeys.loadOrCreateSync(path.join(config.path, 'secret'))
5
6

Built with git-ssb-web