aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include/StandaloneCommon.ini.example
diff options
context:
space:
mode:
authorMelanie2010-12-03 02:36:13 +0000
committerMelanie2010-12-03 02:36:13 +0000
commit342dc532ec64642d5997f23050a9776f663facdf (patch)
treeb0be3997967aa6e4d79873281f535ad436b841e4 /bin/config-include/StandaloneCommon.ini.example
parentChange the way sim health reporting reports sim startup (diff)
parentOnly force prim persistence before delete if the prim is the result of an unp... (diff)
downloadopensim-SC-342dc532ec64642d5997f23050a9776f663facdf.zip
opensim-SC-342dc532ec64642d5997f23050a9776f663facdf.tar.gz
opensim-SC-342dc532ec64642d5997f23050a9776f663facdf.tar.bz2
opensim-SC-342dc532ec64642d5997f23050a9776f663facdf.tar.xz
Merge branch 'master' into careminster-presence-refactor
Also prevent god takes from ending up in Lost and Found
Diffstat (limited to 'bin/config-include/StandaloneCommon.ini.example')
-rw-r--r--bin/config-include/StandaloneCommon.ini.example18
1 files changed, 14 insertions, 4 deletions
diff --git a/bin/config-include/StandaloneCommon.ini.example b/bin/config-include/StandaloneCommon.ini.example
index 1fcf043..58059f5 100644
--- a/bin/config-include/StandaloneCommon.ini.example
+++ b/bin/config-include/StandaloneCommon.ini.example
@@ -25,6 +25,15 @@
25 DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll" 25 DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll"
26 AssetLoaderArgs = "assets/AssetSets.xml" 26 AssetLoaderArgs = "assets/AssetSets.xml"
27 27
28[HGInventoryService]
29 ProfileServerURI = "http://127.0.0.1:9000/profiles"
30
31[HGAssetService]
32 ProfileServerURI = "http://127.0.0.1:9000/profiles"
33
34[HGInventoryAccessModule]
35 ProfileServerURI = "http://127.0.0.1:9000/profiles"
36
28[Modules] 37[Modules]
29 ;; 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.
30 ;; Copy the config .example file into your own .ini file and change configs there 39 ;; Copy the config .example file into your own .ini file and change configs there
@@ -68,11 +77,12 @@
68 77
69[LoginService] 78[LoginService]
70 WelcomeMessage = "Welcome, Avatar!" 79 WelcomeMessage = "Welcome, Avatar!"
71
72 HomeURI = "http://127.0.0.1:9000"
73 GatekeeperURI = "http://127.0.0.1:9000" 80 GatekeeperURI = "http://127.0.0.1:9000"
74 InventoryServerURI = "http://127.0.0.1:9000" 81
75 AssetServerURI = "http://127.0.0.1:9000" 82 SRV_HomeURI = "http://127.0.0.1:9000"
83 SRV_InventoryServerURI = "http://127.0.0.1:9000"
84 SRV_AssetServerURI = "http://127.0.0.1:9000"
85 SRV_ProfileServerURI = "http://127.0.0.1:9000"
76 86
77[GatekeeperService] 87[GatekeeperService]
78 ExternalName = "http://127.0.0.1:9000" 88 ExternalName = "http://127.0.0.1:9000"