mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-05-04 19:56:37 +02:00
Changed listening TCP port to 9001
This commit is contained in:
parent
771975550d
commit
e174359b45
@ -42,7 +42,7 @@ server = http.createServer(function(req, res){
|
||||
send404(res, path);
|
||||
}
|
||||
});
|
||||
server.listen(80);
|
||||
server.listen(9001);
|
||||
|
||||
function randomPadName() {
|
||||
var chars = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXTZabcdefghiklmnopqrstuvwxyz";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user