mirror of
https://github.com/amark/gun.git
synced 2026-02-17 17:27:08 +00:00
CHANGE DEFAULT PORT TO 8765
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
module.exports = function(port, file, cb, inject){
|
||||
port = port || process.env.OPENSHIFT_NODEJS_PORT || process.env.VCAP_APP_PORT || process.env.PORT || process.argv[2] || 8080;
|
||||
port = port || process.env.OPENSHIFT_NODEJS_PORT || process.env.VCAP_APP_PORT || process.env.PORT || process.argv[2] || 8765;
|
||||
|
||||
var fs = require('fs');
|
||||
var Gun = require(__dirname+'/../../');
|
||||
|
||||
Reference in New Issue
Block a user