From 1f735a736c8767e35e56e640fd2972cdc1ed96a6 Mon Sep 17 00:00:00 2001 From: Thomas Keil Date: Tue, 2 Jan 2007 20:04:51 +0000 Subject: *** empty log message *** --- tntconfig.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tntconfig.cpp') diff --git a/tntconfig.cpp b/tntconfig.cpp index 78e3f45..1b0aadf 100644 --- a/tntconfig.cpp +++ b/tntconfig.cpp @@ -33,7 +33,7 @@ void TntConfig::WriteConfig() // XXX modularize file << "MapUrl /([^.]+)(\\..+)? $1@libtnt-live" << std::endl; - file << "Listen 0.0.0.0 8001" << std::endl; + file << "Listen 0.0.0.0 8003" << std::endl; file << "PropertyFile " << m_propertiesPath << std::endl; file << "CompPath " << Setup::Get().GetLibraryPath() << "/" << std::endl; } -- cgit v1.2.3