diff options
author | BlueWall | 2012-12-12 17:11:30 -0500 |
---|---|---|
committer | BlueWall | 2012-12-12 17:11:30 -0500 |
commit | 7be13d16c833271586e39485f604ad20bdba8435 (patch) | |
tree | fb9396e9de3a052da0f613782689de2afb3de75a /bin/Robust.HG.ini.example | |
parent | Merge branch 'master' of /home/opensim/var/repo/opensim (diff) | |
download | opensim-SC_OLD-7be13d16c833271586e39485f604ad20bdba8435.zip opensim-SC_OLD-7be13d16c833271586e39485f604ad20bdba8435.tar.gz opensim-SC_OLD-7be13d16c833271586e39485f604ad20bdba8435.tar.bz2 opensim-SC_OLD-7be13d16c833271586e39485f604ad20bdba8435.tar.xz |
Move setting to correct locations in ini
Diffstat (limited to 'bin/Robust.HG.ini.example')
-rw-r--r-- | bin/Robust.HG.ini.example | 25 |
1 files changed, 12 insertions, 13 deletions
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example index 55b6f90..c7d4b7f 100644 --- a/bin/Robust.HG.ini.example +++ b/bin/Robust.HG.ini.example | |||
@@ -22,6 +22,18 @@ | |||
22 | ; * | 22 | ; * |
23 | [Startup] | 23 | [Startup] |
24 | 24 | ||
25 | ; Plugin Registry Location | ||
26 | ; Set path to directory for plugin registry. Information | ||
27 | ; about the registered repositories and installed plugins | ||
28 | ; will be stored here | ||
29 | ; The Robust.exe process must hvae R/W access to the location | ||
30 | RegistryLocation = "." | ||
31 | |||
32 | ; Modular configurations | ||
33 | ; Set path to directory for modular ini files... | ||
34 | ; The Robust.exe process must hvae R/W access to the location | ||
35 | ConfigDirectory = "/home/opensim/etc/Configs" | ||
36 | |||
25 | [ServiceList] | 37 | [ServiceList] |
26 | 38 | ||
27 | AssetServiceConnector = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector" | 39 | AssetServiceConnector = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector" |
@@ -53,19 +65,6 @@ HGAssetServiceConnector = "HGAssetService@8002/OpenSim.Server.Handlers.dll:Asset | |||
53 | ;; Additions for other add-on modules. For example: | 65 | ;; Additions for other add-on modules. For example: |
54 | ;; WifiServerConnector = "8002/Diva.Wifi.dll:WifiServerConnector" | 66 | ;; WifiServerConnector = "8002/Diva.Wifi.dll:WifiServerConnector" |
55 | 67 | ||
56 | |||
57 | ; Plugin Registry Location | ||
58 | ; Set path to directory for plugin registry. Information | ||
59 | ; about the registered repositories and installed plugins | ||
60 | ; will be stored here | ||
61 | ; The Robust.exe process must hvae R/W access to the location | ||
62 | RegistryLocation = "." | ||
63 | |||
64 | ; Modular configurations | ||
65 | ; Set path to directory for modular ini files... | ||
66 | ; The Robust.exe process must hvae R/W access to the location | ||
67 | ConfigDirectory = "/home/opensim/etc/Configs" | ||
68 | |||
69 | ; * This is common for all services, it's the network setup for the entire | 68 | ; * This is common for all services, it's the network setup for the entire |
70 | ; * server instance, if none is specified above | 69 | ; * server instance, if none is specified above |
71 | ; * | 70 | ; * |