aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/Robust.ini.example
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--bin/Robust.ini.example33
1 files changed, 31 insertions, 2 deletions
diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example
index 7503c5e..d932ce7 100644
--- a/bin/Robust.ini.example
+++ b/bin/Robust.ini.example
@@ -14,10 +14,24 @@
14; * 14; *
15[Startup] 15[Startup]
16 16
17 ; Plugin Registry Location
18 ; Set path to directory for plugin registry. Information
19 ; about the registered repositories and installed plugins
20 ; will be stored here
21 ; The Robust.exe process must hvae R/W access to the location
22 RegistryLocation = "."
23
24
25 ; Modular configurations
26 ; Set path to directory for modular ini files...
27 ; The Robust.exe process must hvae R/W access to the location
28 ConfigDirectory = "/home/opensim/etc/Configs"
29
17[ServiceList] 30[ServiceList]
18AssetServiceConnector = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector" 31AssetServiceConnector = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector"
19InventoryInConnector = "8003/OpenSim.Server.Handlers.dll:XInventoryInConnector" 32InventoryInConnector = "8003/OpenSim.Server.Handlers.dll:XInventoryInConnector"
20VoiceConnector = "8004/OpenSim.Server.Handlers.dll:FreeswitchServerConnector" 33;; Uncomment if you have set up Freeswitch (see [FreeswitchService] below)
34;VoiceConnector = "8004/OpenSim.Server.Handlers.dll:FreeswitchServerConnector"
21GridServiceConnector = "8003/OpenSim.Server.Handlers.dll:GridServiceConnector" 35GridServiceConnector = "8003/OpenSim.Server.Handlers.dll:GridServiceConnector"
22GridInfoServerInConnector = "8002/OpenSim.Server.Handlers.dll:GridInfoServerInConnector" 36GridInfoServerInConnector = "8002/OpenSim.Server.Handlers.dll:GridInfoServerInConnector"
23AuthenticationServiceConnector = "8003/OpenSim.Server.Handlers.dll:AuthenticationServiceConnector" 37AuthenticationServiceConnector = "8003/OpenSim.Server.Handlers.dll:AuthenticationServiceConnector"
@@ -30,6 +44,11 @@ GridUserServiceConnector = "8003/OpenSim.Server.Handlers.dll:GridUserServiceConn
30FriendsServiceConnector = "8003/OpenSim.Server.Handlers.dll:FriendsServiceConnector" 44FriendsServiceConnector = "8003/OpenSim.Server.Handlers.dll:FriendsServiceConnector"
31MapAddServiceConnector = "8003/OpenSim.Server.Handlers.dll:MapAddServiceConnector" 45MapAddServiceConnector = "8003/OpenSim.Server.Handlers.dll:MapAddServiceConnector"
32MapGetServiceConnector = "8002/OpenSim.Server.Handlers.dll:MapGetServiceConnector" 46MapGetServiceConnector = "8002/OpenSim.Server.Handlers.dll:MapGetServiceConnector"
47;; Uncomment this if you want offline IM to work
48;OfflineIMServiceConnector = "8003/OpenSim.Addons.OfflineIM.dll:OfflineIMServiceRobustConnector"
49;; Uncomment this if you want Groups V2 to work
50;GroupsServiceConnector = "8003/OpenSim.Addons.Groups.dll:GroupsServiceRobustConnector"
51
33 52
34; * This is common for all services, it's the network setup for the entire 53; * This is common for all services, it's the network setup for the entire
35; * server instance, if none is specified above 54; * server instance, if none is specified above
@@ -243,7 +262,12 @@ MapGetServiceConnector = "8002/OpenSim.Server.Handlers.dll:MapGetServiceConnecto
243 LibraryService = "OpenSim.Services.InventoryService.dll:LibraryService" 262 LibraryService = "OpenSim.Services.InventoryService.dll:LibraryService"
244 FriendsService = "OpenSim.Services.FriendsService.dll:FriendsService" 263 FriendsService = "OpenSim.Services.FriendsService.dll:FriendsService"
245 264
246 ;; Ask co-operative viewers to use a different currency name 265 ; The minimum user level required for a user to be able to login. 0 by default
266 ; If you disable a particular user's account then you can set their login level below this number.
267 ; You can also change this level from the console though these changes will not be persisted.
268 ; MinLoginLevel = 0
269
270 ; Ask co-operative viewers to use a different currency name
247 ;Currency = "" 271 ;Currency = ""
248 272
249 WelcomeMessage = "Welcome, Avatar!" 273 WelcomeMessage = "Welcome, Avatar!"
@@ -316,6 +340,9 @@ MapGetServiceConnector = "8002/OpenSim.Server.Handlers.dll:MapGetServiceConnecto
316 ; HasProxy = false 340 ; HasProxy = false
317 341
318 342
343[Messaging]
344 ; OfflineIM
345 OfflineIMService = "OpenSim.Addons.OfflineIM.dll:OfflineIMService"
319 346
320[GridInfoService] 347[GridInfoService]
321 ; These settings are used to return information on a get_grid_info call. 348 ; These settings are used to return information on a get_grid_info call.
@@ -355,3 +382,5 @@ MapGetServiceConnector = "8002/OpenSim.Server.Handlers.dll:MapGetServiceConnecto
355 382
356 ; password help: optional: page providing password assistance for users of your grid 383 ; password help: optional: page providing password assistance for users of your grid
357 ;password = http://127.0.0.1/password 384 ;password = http://127.0.0.1/password
385
386