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

19 lines
557 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", "./snowballs.exe", "./" };
VerboseLog = 1;
UseDirectClient = 0;
SignUpURL = "http://www.nevrax.org";