git ssb

0+

dangerousbeans / patchbay-bootstrap



Tree: 66dac60c355d6002362afd833034c36062a8ce7c

Files: 66dac60c355d6002362afd833034c36062a8ce7c / 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