mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 14:13:34 +01:00
Changed listening TCP port to 9001
This commit is contained in:
parent
771975550d
commit
e174359b45
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ server = http.createServer(function(req, res){
|
||||||
send404(res, path);
|
send404(res, path);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
server.listen(80);
|
server.listen(9001);
|
||||||
|
|
||||||
function randomPadName() {
|
function randomPadName() {
|
||||||
var chars = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXTZabcdefghiklmnopqrstuvwxyz";
|
var chars = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXTZabcdefghiklmnopqrstuvwxyz";
|
||||||
|
|
Loading…
Reference in a new issue