aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include
diff options
context:
space:
mode:
authorDiva Canto2010-11-26 22:06:34 -0800
committerDiva Canto2010-11-26 22:06:34 -0800
commit3292a2255882018b7fed3e80f430dc26892b92ea (patch)
tree408992547f45f85c3d6275a55e8515f2d905779f /bin/config-include
parentMerge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff)
downloadopensim-SC_OLD-3292a2255882018b7fed3e80f430dc26892b92ea.zip
opensim-SC_OLD-3292a2255882018b7fed3e80f430dc26892b92ea.tar.gz
opensim-SC_OLD-3292a2255882018b7fed3e80f430dc26892b92ea.tar.bz2
opensim-SC_OLD-3292a2255882018b7fed3e80f430dc26892b92ea.tar.xz
Creator information preserved upon HG transfers.
Diffstat (limited to 'bin/config-include')
-rw-r--r--bin/config-include/GridCommon.ini.example8
-rw-r--r--bin/config-include/StandaloneCommon.ini.example2
2 files changed, 10 insertions, 0 deletions
diff --git a/bin/config-include/GridCommon.ini.example b/bin/config-include/GridCommon.ini.example
index cb771b8..762b09a 100644
--- a/bin/config-include/GridCommon.ini.example
+++ b/bin/config-include/GridCommon.ini.example
@@ -78,6 +78,14 @@
78 ; 78 ;
79 FriendsServerURI = "http://mygridserver.com:8003" 79 FriendsServerURI = "http://mygridserver.com:8003"
80 80
81[HGInventoryAccessModule]
82 ;
83 ; === HG ONLY ===
84 ; Change this to your profile server
85 ; accessible from other grids
86 ;
87 ProfileServerURI = "http://mygridserver.com:8002/profiles"
88
81[Modules] 89[Modules]
82 ;; Choose 0 or 1 cache modules, and the corresponding config file, if it exists. 90 ;; Choose 0 or 1 cache modules, and the corresponding config file, if it exists.
83 ;; Copy the config .example file into your own .ini file and change configs there 91 ;; Copy the config .example file into your own .ini file and change configs there
diff --git a/bin/config-include/StandaloneCommon.ini.example b/bin/config-include/StandaloneCommon.ini.example
index d002d49..58059f5 100644
--- a/bin/config-include/StandaloneCommon.ini.example
+++ b/bin/config-include/StandaloneCommon.ini.example
@@ -31,6 +31,8 @@
31[HGAssetService] 31[HGAssetService]
32 ProfileServerURI = "http://127.0.0.1:9000/profiles" 32 ProfileServerURI = "http://127.0.0.1:9000/profiles"
33 33
34[HGInventoryAccessModule]
35 ProfileServerURI = "http://127.0.0.1:9000/profiles"
34 36
35[Modules] 37[Modules]
36 ;; Choose 0 or 1 cache modules, and the corresponding config file, if it exists. 38 ;; Choose 0 or 1 cache modules, and the corresponding config file, if it exists.