khanat-opennel-code/code/nelns/login_system/nel_launcher_windows/nel_launcher.cfg
2010-05-06 02:08:41 +02:00

12 lines
509 B
INI

// host where to find the login server
StartupHost = "localhost";
// the html access
StartupPage = "/index.php";
// first parameter is the application name.
// second is the exe name with relative path to the fourth param.
// third is the base path where the nel_launcher will be launch.
// fourth is the base path where the application will be launch (optional, if omitted, it'll use the third param).
Application = { "snowballs", "ReleaseDebug/snowballs.exe", "../../../snowballs2/client" };