mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 15:36:16 -04: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…
Add table
Add a link
Reference in a new issue