mirror of
https://github.com/amark/gun.git
synced 2025-03-30 15:08:33 +00:00
restore
This commit is contained in:
parent
5a70f506d3
commit
6f053b6327
@ -16,7 +16,7 @@
|
||||
config.server = require('http').createServer(Gun.serve(__dirname));
|
||||
}
|
||||
|
||||
var gun = Gun({web: config.server.listen(config.port), radisk: false});
|
||||
var gun = Gun({web: config.server.listen(config.port)});
|
||||
console.log('Relay peer started on port ' + config.port + ' with /gun');
|
||||
|
||||
module.exports = gun;
|
||||
|
Loading…
x
Reference in New Issue
Block a user