Merge branch 'master' of git://github.com/johnyma22/etherpad-lite

This commit is contained in:
Peter 'Pita' Martischka 2011-03-26 13:50:14 +00:00
commit 2b775229c4
2 changed files with 2 additions and 2 deletions

2
README
View File

@ -34,5 +34,5 @@ RUNNING
1. bin/run.sh
TESTING
1. Open your web browser and visit http://IPSERVER:9999
1. Open your web browser and visit http://IPSERVER:9001

View File

@ -42,7 +42,7 @@ server = http.createServer(function(req, res){
send404(res, path);
}
});
server.listen(80);
server.listen(9001);
function randomPadName() {
var chars = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXTZabcdefghiklmnopqrstuvwxyz";