aboutsummaryrefslogtreecommitdiff
path: root/config.js
blob: c54f0cda218067b41b2f64a42aabe95331deda74 (plain)
1
2
3
4
5
6
7
8
9
10
11
module.exports = require('rc')('gittorrent', {
  dht: {
    bootstrap: [
      'dht.gittorrent.org:6881',
      'core.gittorrent.org:6881'
    ],
    listen: 6881,
    announce: 30000
  },
  key: 'ed25519.key'
})