aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/Robust.ini.example
diff options
context:
space:
mode:
Diffstat (limited to 'bin/Robust.ini.example')
-rw-r--r--bin/Robust.ini.example35
1 files changed, 24 insertions, 11 deletions
diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example
index bc5cbcc..ecbed1f 100644
--- a/bin/Robust.ini.example
+++ b/bin/Robust.ini.example
@@ -14,18 +14,18 @@
14; * 14; *
15[Startup] 15[Startup]
16 16
17; Plugin Registry Location 17 ; Plugin Registry Location
18; Set path to directory for plugin registry. Information 18 ; Set path to directory for plugin registry. Information
19; about the registered repositories and installed plugins 19 ; about the registered repositories and installed plugins
20; will be stored here 20 ; will be stored here
21; The Robust.exe process must hvae R/W access to the location 21 ; The Robust.exe process must hvae R/W access to the location
22RegistryLocation = "." 22 RegistryLocation = "."
23 23
24 24
25; Modular configurations 25 ; Modular configurations
26; Set path to directory for modular ini files... 26 ; Set path to directory for modular ini files...
27; The Robust.exe process must hvae R/W access to the location 27 ; The Robust.exe process must hvae R/W access to the location
28ConfigDirectory = "/home/opensim/etc/Configs" 28 ConfigDirectory = "/home/opensim/etc/Configs"
29 29
30[ServiceList] 30[ServiceList]
31AssetServiceConnector = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector" 31AssetServiceConnector = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector"
@@ -43,6 +43,11 @@ GridUserServiceConnector = "8003/OpenSim.Server.Handlers.dll:GridUserServiceConn
43FriendsServiceConnector = "8003/OpenSim.Server.Handlers.dll:FriendsServiceConnector" 43FriendsServiceConnector = "8003/OpenSim.Server.Handlers.dll:FriendsServiceConnector"
44MapAddServiceConnector = "8003/OpenSim.Server.Handlers.dll:MapAddServiceConnector" 44MapAddServiceConnector = "8003/OpenSim.Server.Handlers.dll:MapAddServiceConnector"
45MapGetServiceConnector = "8002/OpenSim.Server.Handlers.dll:MapGetServiceConnector" 45MapGetServiceConnector = "8002/OpenSim.Server.Handlers.dll:MapGetServiceConnector"
46;; Uncomment this if you want offline IM to work
47;OfflineIMServiceConnector = "8003/OpenSim.Addons.OfflineIM.dll:OfflineIMServiceRobustConnector"
48;; Uncomment this if you want Groups V2 to work
49;GroupsServiceConnector = "8003/OpenSim.Addons.Groups.dll:GroupsServiceRobustConnector"
50
46 51
47; * This is common for all services, it's the network setup for the entire 52; * This is common for all services, it's the network setup for the entire
48; * server instance, if none is specified above 53; * server instance, if none is specified above
@@ -256,7 +261,12 @@ MapGetServiceConnector = "8002/OpenSim.Server.Handlers.dll:MapGetServiceConnecto
256 LibraryService = "OpenSim.Services.InventoryService.dll:LibraryService" 261 LibraryService = "OpenSim.Services.InventoryService.dll:LibraryService"
257 FriendsService = "OpenSim.Services.FriendsService.dll:FriendsService" 262 FriendsService = "OpenSim.Services.FriendsService.dll:FriendsService"
258 263
259 ;; Ask co-operative viewers to use a different currency name 264 ; The minimum user level required for a user to be able to login. 0 by default
265 ; If you disable a particular user's account then you can set their login level below this number.
266 ; You can also change this level from the console though these changes will not be persisted.
267 ; MinLoginLevel = 0
268
269 ; Ask co-operative viewers to use a different currency name
260 ;Currency = "" 270 ;Currency = ""
261 271
262 WelcomeMessage = "Welcome, Avatar!" 272 WelcomeMessage = "Welcome, Avatar!"
@@ -329,6 +339,9 @@ MapGetServiceConnector = "8002/OpenSim.Server.Handlers.dll:MapGetServiceConnecto
329 ; HasProxy = false 339 ; HasProxy = false
330 340
331 341
342[Messaging]
343 ; OfflineIM
344 OfflineIMService = "OpenSim.Addons.OfflineIM.dll:OfflineIMService"
332 345
333[GridInfoService] 346[GridInfoService]
334 ; These settings are used to return information on a get_grid_info call. 347 ; These settings are used to return information on a get_grid_info call.