Changed: New default configuration values for pipeline

--HG--
branch : build_pipeline_v3
hg/feature/build_pipeline_v3
kaetemi 13 years ago
parent 7552c02ecd
commit 3a7ca88796

@ -45,7 +45,7 @@ PrimitivesDirectory = SharedLeveldesign + "/primitives";
// MasterTerminalPassword = "MASTERCLIENTPASSWORD"; // Only used by the master service. // MasterTerminalPassword = "MASTERCLIENTPASSWORD"; // Only used by the master service.
// MasterSlavePassword = "MASTERSLAVEPASSWORD"; // MasterSlavePassword = "MASTERSLAVEPASSWORD";
MasterAddress = "192.168.150.1"; MasterAddress = "localhost";
MasterPort = 50123; MasterPort = 50123;
UsedPlugins += { "pipeline_plugin_nel" }; UsedPlugins += { "pipeline_plugin_nel" };

@ -1,2 +1,2 @@
cd R:\build\dev\bin\Release\ cd R:\build\devw\bin\Release\
start pipeline_service.exe -CR:\code\nel\tools\pipeline\service\example_cfg\master\ start pipeline_service.exe -CR:\code\nel\tools\pipeline\service\example_cfg\master_win\

@ -1,2 +1,2 @@
cd R:\build\dev\bin\Release\ cd R:\build\devw\bin\Release\
start pipeline_service.exe -CR:\code\nel\tools\pipeline\service\example_cfg\slave\ start pipeline_service.exe -CR:\code\nel\tools\pipeline\service\example_cfg\slave_win\
Loading…
Cancel
Save