diff options
Diffstat (limited to 'tntconfig.cpp')
-rw-r--r-- | tntconfig.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |