From 3a7ca88796ec8daaffca7602e5a6ae0abafd2b72 Mon Sep 17 00:00:00 2001 From: kaetemi Date: Wed, 25 Jul 2012 14:21:24 +0200 Subject: [PATCH] Changed: New default configuration values for pipeline --HG-- branch : build_pipeline_v3 --- .../pipeline/service/example_cfg/pipeline_service_default.cfg | 2 +- .../nel/tools/pipeline/service/example_cfg/win_run_master.bat | 4 ++-- code/nel/tools/pipeline/service/example_cfg/win_run_slave.bat | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/code/nel/tools/pipeline/service/example_cfg/pipeline_service_default.cfg b/code/nel/tools/pipeline/service/example_cfg/pipeline_service_default.cfg index 01b494e5c..ad9767679 100644 --- a/code/nel/tools/pipeline/service/example_cfg/pipeline_service_default.cfg +++ b/code/nel/tools/pipeline/service/example_cfg/pipeline_service_default.cfg @@ -45,7 +45,7 @@ PrimitivesDirectory = SharedLeveldesign + "/primitives"; // MasterTerminalPassword = "MASTERCLIENTPASSWORD"; // Only used by the master service. // MasterSlavePassword = "MASTERSLAVEPASSWORD"; -MasterAddress = "192.168.150.1"; +MasterAddress = "localhost"; MasterPort = 50123; UsedPlugins += { "pipeline_plugin_nel" }; diff --git a/code/nel/tools/pipeline/service/example_cfg/win_run_master.bat b/code/nel/tools/pipeline/service/example_cfg/win_run_master.bat index 035ebcec0..b4c0f23cf 100644 --- a/code/nel/tools/pipeline/service/example_cfg/win_run_master.bat +++ b/code/nel/tools/pipeline/service/example_cfg/win_run_master.bat @@ -1,2 +1,2 @@ -cd R:\build\dev\bin\Release\ -start pipeline_service.exe -CR:\code\nel\tools\pipeline\service\example_cfg\master\ \ No newline at end of file +cd R:\build\devw\bin\Release\ +start pipeline_service.exe -CR:\code\nel\tools\pipeline\service\example_cfg\master_win\ \ No newline at end of file diff --git a/code/nel/tools/pipeline/service/example_cfg/win_run_slave.bat b/code/nel/tools/pipeline/service/example_cfg/win_run_slave.bat index fbd44a0a5..402058178 100644 --- a/code/nel/tools/pipeline/service/example_cfg/win_run_slave.bat +++ b/code/nel/tools/pipeline/service/example_cfg/win_run_slave.bat @@ -1,2 +1,2 @@ -cd R:\build\dev\bin\Release\ -start pipeline_service.exe -CR:\code\nel\tools\pipeline\service\example_cfg\slave\ \ No newline at end of file +cd R:\build\devw\bin\Release\ +start pipeline_service.exe -CR:\code\nel\tools\pipeline\service\example_cfg\slave_win\ \ No newline at end of file