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.example47
1 files changed, 24 insertions, 23 deletions
diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example
index 687bb2e..a0b8f50 100644
--- a/bin/Robust.ini.example
+++ b/bin/Robust.ini.example
@@ -89,8 +89,8 @@
89 ;; Uncomment for UserProfiles see [UserProfilesService] to configure... 89 ;; Uncomment for UserProfiles see [UserProfilesService] to configure...
90 ; UserProfilesServiceConnector = "${Const|PublicPort}/OpenSim.Server.Handlers.dll:UserProfilesConnector" 90 ; UserProfilesServiceConnector = "${Const|PublicPort}/OpenSim.Server.Handlers.dll:UserProfilesConnector"
91 91
92 ;; Uncomment if you want to have centralized estate data 92 ;; Uncomment if you want to have centralized estate data
93 ; EstateDataService = "${Const|PrivatePort}/OpenSim.Server.Handlers.dll:EstateDataRobustConnector" 93 ; EstateDataService = "${Const|PrivatePort}/OpenSim.Server.Handlers.dll:EstateDataRobustConnector"
94 94
95; * This is common for all services, it's the network setup for the entire 95; * This is common for all services, it's the network setup for the entire
96; * server instance, if none is specified above 96; * server instance, if none is specified above
@@ -394,20 +394,20 @@
394 ; If you run this login server behind a proxy, set this to true 394 ; If you run this login server behind a proxy, set this to true
395 ; HasProxy = false 395 ; HasProxy = false
396 396
397 ;; Regular expressions for controlling which client versions are accepted/denied. 397 ;; Regular expressions for controlling which client versions are accepted/denied.
398 ;; An empty string means nothing is checked. 398 ;; An empty string means nothing is checked.
399 ;; 399 ;;
400 ;; Example 1: allow only these 3 types of clients (any version of them) 400 ;; Example 1: allow only these 3 types of clients (any version of them)
401 ;; AllowedClients = "Imprudence|Hippo|Second Life" 401 ;; AllowedClients = "Imprudence|Hippo|Second Life"
402 ;; 402 ;;
403 ;; Example 2: allow all clients except these 403 ;; Example 2: allow all clients except these
404 ;; DeniedClients = "Twisted|Crawler|Cryolife|FuckLife|StreetLife|GreenLife|AntiLife|KORE-Phaze|Synlyfe|Purple Second Life|SecondLi |Emerald" 404 ;; DeniedClients = "Twisted|Crawler|Cryolife|FuckLife|StreetLife|GreenLife|AntiLife|KORE-Phaze|Synlyfe|Purple Second Life|SecondLi |Emerald"
405 ;; 405 ;;
406 ;; Note that these are regular expressions, so every character counts. 406 ;; Note that these are regular expressions, so every character counts.
407 ;; Also note that this is very weak security and should not be trusted as a reliable means 407 ;; Also note that this is very weak security and should not be trusted as a reliable means
408 ;; for keeping bad clients out; modified clients can fake their identifiers. 408 ;; for keeping bad clients out; modified clients can fake their identifiers.
409 ;; 409 ;;
410 ;; 410 ;;
411 ;AllowedClients = "" 411 ;AllowedClients = ""
412 ;DeniedClients = "" 412 ;DeniedClients = ""
413 413
@@ -453,13 +453,14 @@
453 453
454[MapImageService] 454[MapImageService]
455 LocalServiceModule = "OpenSim.Services.MapImageService.dll:MapImageService" 455 LocalServiceModule = "OpenSim.Services.MapImageService.dll:MapImageService"
456 ; Set this if you want to change the default 456
457 ; TilesStoragePath = "maptiles" 457 ; Set this if you want to change the default
458 ; 458 ; TilesStoragePath = "maptiles"
459 ; If for some reason you have the AddMapTile service outside the firewall (e.g. ${Const|PublicPort}), 459 ;
460 ; you may want to set this. Otherwise, don't set it, because it's already protected. 460 ; If for some reason you have the AddMapTile service outside the firewall (e.g. ${Const|PublicPort}),
461 ; GridService = "OpenSim.Services.GridService.dll:GridService" 461 ; you may want to set this. Otherwise, don't set it, because it's already protected.
462 ; 462 ; GridService = "OpenSim.Services.GridService.dll:GridService"
463 ;
463 ; Additionally, if you run this server behind a proxy, set this to true 464 ; Additionally, if you run this server behind a proxy, set this to true
464 ; HasProxy = false 465 ; HasProxy = false
465 466