mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-05 14:59:03 +00:00
13 lines
509 B
INI
13 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" };
|