aboutsummaryrefslogtreecommitdiff
path: root/config.js
diff options
context:
space:
mode:
Diffstat (limited to 'config.js')
-rw-r--r--config.js11
1 files changed, 11 insertions, 0 deletions
diff --git a/config.js b/config.js
new file mode 100644
index 0000000..c54f0cd
--- /dev/null
+++ b/config.js
@@ -0,0 +1,11 @@
+module.exports = require('rc')('gittorrent', {
+ dht: {
+ bootstrap: [
+ 'dht.gittorrent.org:6881',
+ 'core.gittorrent.org:6881'
+ ],
+ listen: 6881,
+ announce: 30000
+ },
+ key: 'ed25519.key'
+})