aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2010-05-15 00:33:05 +0100
committerJustin Clark-Casey (justincc)2010-05-15 00:33:05 +0100
commit25bb80da7704ae84d0081e927134aa7ae3c4663a (patch)
treefdd57f3578d434df6b8034d3ac0a93e2fdeb8641 /bin
parentMerge branch '0.6.9-post-fixes' of ssh://justincc@opensimulator.org/var/git/o... (diff)
downloadopensim-SC-25bb80da7704ae84d0081e927134aa7ae3c4663a.zip
opensim-SC-25bb80da7704ae84d0081e927134aa7ae3c4663a.tar.gz
opensim-SC-25bb80da7704ae84d0081e927134aa7ae3c4663a.tar.bz2
opensim-SC-25bb80da7704ae84d0081e927134aa7ae3c4663a.tar.xz
remove unrequired [Groups] section from GridCommon.ini.example, as per Nebadon
Diffstat (limited to 'bin')
-rw-r--r--bin/config-include/GridCommon.ini.example6
1 files changed, 1 insertions, 5 deletions
diff --git a/bin/config-include/GridCommon.ini.example b/bin/config-include/GridCommon.ini.example
index 8fc2425..cc86501 100644
--- a/bin/config-include/GridCommon.ini.example
+++ b/bin/config-include/GridCommon.ini.example
@@ -15,16 +15,12 @@
15 ; 15 ;
16 InventoryServerURI = "http://myinventoryserver.com:8003" 16 InventoryServerURI = "http://myinventoryserver.com:8003"
17 17
18
18[GridService] 19[GridService]
19 ; 20 ;
20 ; change this to your grid-wide grid server 21 ; change this to your grid-wide grid server
21 ; 22 ;
22 GridServerURI = "http://mygridserver.com:8003" 23 GridServerURI = "http://mygridserver.com:8003"
23[Groups]
24 ;
25 ; change this to your grid-wide groups server
26 ;
27 GroupsServerURI = "http://mygridserver.com:82/Grid/"
28 24
29 25
30[Modules] 26[Modules]