From 46110b0195c513327c1c6f1bf7db1908f370a45e Mon Sep 17 00:00:00 2001 From: Justin Clark-Casey (justincc) Date: Mon, 5 Oct 2009 20:18:35 +0100 Subject: change default ports for inventory and grid connectors in example .ini files to 8003 to match the ROBUST default altered wiki page to reflect this --- bin/config-include/GridCommon.ini.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/config-include/GridCommon.ini.example') diff --git a/bin/config-include/GridCommon.ini.example b/bin/config-include/GridCommon.ini.example index 6607a1a..3bc9b6c 100644 --- a/bin/config-include/GridCommon.ini.example +++ b/bin/config-include/GridCommon.ini.example @@ -13,13 +13,13 @@ ; ; change this to your grid-wide inventory server ; - InventoryServerURI = "http://myinventoryserver.com:8004" + InventoryServerURI = "http://myinventoryserver.com:8003" [GridService] ; ; change this to your grid-wide grid server ; - GridServerURI = "http://mygridserver.com:8001" + GridServerURI = "http://mygridserver.com:8003" [Modules] ;; Choose 0 or 1 cache modules, and the corresponding config file, if it exists. -- cgit v1.1