aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include/GridCommon.ini.example
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2009-10-05 20:18:35 +0100
committerJustin Clark-Casey (justincc)2009-10-05 20:18:35 +0100
commit46110b0195c513327c1c6f1bf7db1908f370a45e (patch)
tree4493104806f84f0e1fb71c401d093e59487b731f /bin/config-include/GridCommon.ini.example
parent* minor: tweak asset cache logging levels downwards (diff)
downloadopensim-SC_OLD-46110b0195c513327c1c6f1bf7db1908f370a45e.zip
opensim-SC_OLD-46110b0195c513327c1c6f1bf7db1908f370a45e.tar.gz
opensim-SC_OLD-46110b0195c513327c1c6f1bf7db1908f370a45e.tar.bz2
opensim-SC_OLD-46110b0195c513327c1c6f1bf7db1908f370a45e.tar.xz
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
Diffstat (limited to '')
-rw-r--r--bin/config-include/GridCommon.ini.example4
1 files changed, 2 insertions, 2 deletions
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 @@
13 ; 13 ;
14 ; change this to your grid-wide inventory server 14 ; change this to your grid-wide inventory server
15 ; 15 ;
16 InventoryServerURI = "http://myinventoryserver.com:8004" 16 InventoryServerURI = "http://myinventoryserver.com:8003"
17 17
18[GridService] 18[GridService]
19 ; 19 ;
20 ; change this to your grid-wide grid server 20 ; change this to your grid-wide grid server
21 ; 21 ;
22 GridServerURI = "http://mygridserver.com:8001" 22 GridServerURI = "http://mygridserver.com:8003"
23 23
24[Modules] 24[Modules]
25 ;; Choose 0 or 1 cache modules, and the corresponding config file, if it exists. 25 ;; Choose 0 or 1 cache modules, and the corresponding config file, if it exists.