mirror of
https://github.com/amark/gun.git
synced 2025-03-30 15:08:33 +00:00
tweak for first in-prod testing
This commit is contained in:
parent
9d3e071b1e
commit
87c7de93c8
@ -16,7 +16,7 @@
|
||||
config.server = require('http').createServer(Gun.serve(__dirname));
|
||||
}
|
||||
|
||||
var gun = Gun({web: config.server.listen(config.port)});
|
||||
var gun = Gun({web: config.server.listen(config.port), rad: false, localStorage: false}); // TODO: ONLY TEMPORARILY!!! UNDO TO GET RAD ONCE TESTED!!!!
|
||||
console.log('Relay peer started on port ' + config.port + ' with /gun');
|
||||
|
||||
module.exports = gun;
|
||||
|
Loading…
x
Reference in New Issue
Block a user