diff options
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r-- | bin/OpenSim.ini.example | 40 |
1 files changed, 31 insertions, 9 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 842043e..d498258 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -264,7 +264,7 @@ | |||
264 | ; AllowedClients = | 264 | ; AllowedClients = |
265 | 265 | ||
266 | ;# {BannedClients} {} {Bar (|) separated list of banned clients} {} | 266 | ;# {BannedClients} {} {Bar (|) separated list of banned clients} {} |
267 | ;# Bar (|) separated list of viewers which may not gain access to the regions. | 267 | ;; Bar (|) separated list of viewers which may not gain access to the regions. |
268 | ;; One can use a Substring of the viewer name to disable only certain | 268 | ;; One can use a Substring of the viewer name to disable only certain |
269 | ;; versions | 269 | ;; versions |
270 | ;; Example: Agent uses the viewer "Imprudence 1.3.2.0" | 270 | ;; Example: Agent uses the viewer "Imprudence 1.3.2.0" |
@@ -283,7 +283,7 @@ | |||
283 | ;; both to set this to false and comment out the [Modules] MapImageServiceModule setting in config-include/ | 283 | ;; both to set this to false and comment out the [Modules] MapImageServiceModule setting in config-include/ |
284 | ; GenerateMaptiles = true | 284 | ; GenerateMaptiles = true |
285 | 285 | ||
286 | ;# {MapImageModule} [] {The map image module to use} {MapImageModule Warp3DImageModule} MapImageModule | 286 | ;# {MapImageModule} {} {The map image module to use} {MapImageModule Warp3DImageModule} MapImageModule |
287 | ;; The module to use in order to generate map images. | 287 | ;; The module to use in order to generate map images. |
288 | ;; MapImageModule is the default. Warp3DImageModule is an alternative experimental module that can | 288 | ;; MapImageModule is the default. Warp3DImageModule is an alternative experimental module that can |
289 | ;; generate better images. | 289 | ;; generate better images. |
@@ -470,7 +470,10 @@ | |||
470 | ;# {XmlRpcPort} {} {Port for incoming llRemoteData xmlrpc calls} {} 20800 | 470 | ;# {XmlRpcPort} {} {Port for incoming llRemoteData xmlrpc calls} {} 20800 |
471 | ;XmlRpcPort = 20800 | 471 | ;XmlRpcPort = 20800 |
472 | 472 | ||
473 | ;# {XmlRpcHubURI} {XmlRpcRouterModule} {URI for external service used to register xmlrpc channels created in the simulator. This depends on XmlRpcRouterModule being set to XmlRpcGridRouterModule} http://example.com | 473 | |
474 | ;; {option} {depends on} {question to ask} {choices} default value | ||
475 | |||
476 | ;# {XmlRpcHubURI} {XmlRpcRouterModule} {URI for external service used to register xmlrpc channels created in the simulator. This depends on XmlRpcRouterModule being set to XmlRpcGridRouterModule} {} http://example.com | ||
474 | ;; If XmlRpcRouterModule is set to XmlRpcGridRouterModule, the simulator | 477 | ;; If XmlRpcRouterModule is set to XmlRpcGridRouterModule, the simulator |
475 | ;; will use this address to register xmlrpc channels on the external | 478 | ;; will use this address to register xmlrpc channels on the external |
476 | ;; service | 479 | ;; service |
@@ -503,8 +506,10 @@ | |||
503 | ;; "<url>" -- capability enabled and served by some other server | 506 | ;; "<url>" -- capability enabled and served by some other server |
504 | ;; | 507 | ;; |
505 | ; These are enabled by default to localhost. Change if you see fit. | 508 | ; These are enabled by default to localhost. Change if you see fit. |
506 | Cap_GetTexture = "localhost" | 509 | Cap_GetTexture = "localhost" |
507 | Cap_GetMesh = "localhost" | 510 | Cap_GetMesh = "localhost" |
511 | Cap_AvatarPickerSearch = "localhost" | ||
512 | |||
508 | ; This is disabled by default. Change if you see fit. Note that | 513 | ; This is disabled by default. Change if you see fit. Note that |
509 | ; serving this cap from the simulators may lead to poor performace. | 514 | ; serving this cap from the simulators may lead to poor performace. |
510 | Cap_WebFetchInventoryDescendents = "" | 515 | Cap_WebFetchInventoryDescendents = "" |
@@ -532,7 +537,7 @@ | |||
532 | ;; Distance in meters that ordinary chat should travel. | 537 | ;; Distance in meters that ordinary chat should travel. |
533 | ; say_distance = 20 | 538 | ; say_distance = 20 |
534 | 539 | ||
535 | ;# {shout_distance} {Distance at which a shout is heard, in meters?} {} 100 | 540 | ;# {shout_distance} {} {Distance at which a shout is heard, in meters?} {} 100 |
536 | ;; Distance in meters that shouts should travel. | 541 | ;; Distance in meters that shouts should travel. |
537 | ; shout_distance = 100 | 542 | ; shout_distance = 100 |
538 | 543 | ||
@@ -570,9 +575,9 @@ | |||
570 | ;; must be set to allow offline messaging to work. | 575 | ;; must be set to allow offline messaging to work. |
571 | ; MuteListURL = http://yourserver/Mute.php | 576 | ; MuteListURL = http://yourserver/Mute.php |
572 | 577 | ||
573 | ;; Control whether group messages are forwarded to offline users. | 578 | ;; Control whether group invites and notices are stored for offline users. |
574 | ;; Default is true. | 579 | ;; Default is true. |
575 | ;; This applies to the core groups module (Flotsam) only. | 580 | ;; This applies to both core groups module. |
576 | ; ForwardOfflineGroupMessages = true | 581 | ; ForwardOfflineGroupMessages = true |
577 | 582 | ||
578 | 583 | ||
@@ -607,7 +612,8 @@ | |||
607 | ;; the "password" parameter) | 612 | ;; the "password" parameter) |
608 | ; access_password = "" | 613 | ; access_password = "" |
609 | 614 | ||
610 | ;# List the IP addresses allowed to call RemoteAdmin | 615 | ;# {access_ip_addresses} {enabled:true} {List the IP addresses allowed to call RemoteAdmin?} {} |
616 | ;; List the IP addresses allowed to call RemoteAdmin | ||
611 | ;; If access_ip_addresses isn't set, then all IP addresses can access RemoteAdmin. | 617 | ;; If access_ip_addresses isn't set, then all IP addresses can access RemoteAdmin. |
612 | ;; access_ip_addresses = 0.0.0.0, 0.0.0.0 ... | 618 | ;; access_ip_addresses = 0.0.0.0, 0.0.0.0 ... |
613 | ; access_ip_addresses = | 619 | ; access_ip_addresses = |
@@ -792,7 +798,7 @@ | |||
792 | ; ScriptStopStrategy = abort | 798 | ; ScriptStopStrategy = abort |
793 | 799 | ||
794 | 800 | ||
795 | ;# {DeleteScriptsOnStartup} {} {Delete previously compiled script DLLs on startup?} (true false) true | 801 | ;# {DeleteScriptsOnStartup} {} {Delete previously compiled script DLLs on startup?} {true false} true |
796 | ;; Controls whether previously compiled scripts DLLs are deleted on sim restart. If you set this to false | 802 | ;; Controls whether previously compiled scripts DLLs are deleted on sim restart. If you set this to false |
797 | ;; then startup will be considerably faster since scripts won't need to be recompiled. However, then it becomes your responsibility to delete the | 803 | ;; then startup will be considerably faster since scripts won't need to be recompiled. However, then it becomes your responsibility to delete the |
798 | ;; compiled scripts if you're recompiling OpenSim from source code and internal interfaces used | 804 | ;; compiled scripts if you're recompiling OpenSim from source code and internal interfaces used |
@@ -945,6 +951,10 @@ | |||
945 | ;; Enables the groups module | 951 | ;; Enables the groups module |
946 | ; Enabled = false | 952 | ; Enabled = false |
947 | 953 | ||
954 | ;# {LevelGroupCreate} {Enabled:true} {User level for creating groups} {} 0 | ||
955 | ;; Minimum user level required to create groups | ||
956 | ; LevelGroupCreate = 0 | ||
957 | |||
948 | ;# {Module} {Enabled:true} {Groups module to use? (Use GroupsModule to use Flotsam/Simian)} {Default "Groups Module V2"} Default | 958 | ;# {Module} {Enabled:true} {Groups module to use? (Use GroupsModule to use Flotsam/Simian)} {Default "Groups Module V2"} Default |
949 | ;; The default module can use a PHP XmlRpc server from the Flotsam project at | 959 | ;; The default module can use a PHP XmlRpc server from the Flotsam project at |
950 | ;; http://code.google.com/p/flotsam/ | 960 | ;; http://code.google.com/p/flotsam/ |
@@ -996,6 +1006,12 @@ | |||
996 | ;; Enable Group Notices | 1006 | ;; Enable Group Notices |
997 | ; NoticesEnabled = true | 1007 | ; NoticesEnabled = true |
998 | 1008 | ||
1009 | ;# {MessageOnlineUsersOnly} {Module:GroupsModule Module} {Message online users only?} {true false} false | ||
1010 | ; Experimental option to only message online users rather than all users | ||
1011 | ; Should make large groups with few online members messaging faster, as the expense of more calls to presence service | ||
1012 | ; Applies Flotsam Group only. V2 has this always on, no other option | ||
1013 | ; MessageOnlineUsersOnly = false | ||
1014 | |||
999 | ;; This makes the Groups modules very chatty on the console. | 1015 | ;; This makes the Groups modules very chatty on the console. |
1000 | ; DebugEnabled = false | 1016 | ; DebugEnabled = false |
1001 | 1017 | ||
@@ -1026,6 +1042,12 @@ | |||
1026 | ;# {InitialTerrain} {} {Initial terrain type} {pinhead-island flat} pinhead-island | 1042 | ;# {InitialTerrain} {} {Initial terrain type} {pinhead-island flat} pinhead-island |
1027 | ; InitialTerrain = "pinhead-island" | 1043 | ; InitialTerrain = "pinhead-island" |
1028 | 1044 | ||
1045 | [UserProfiles] | ||
1046 | ;# {ProfileURL} {} {Set url to UserProfilesService} {} | ||
1047 | ;; Set the value of the url to your UserProfilesService | ||
1048 | ;; If un-set / "" the module is disabled | ||
1049 | ;; ProfileServiceURL = http://127.0.0.1:8002 | ||
1050 | |||
1029 | [Architecture] | 1051 | [Architecture] |
1030 | ;# {Include-Architecture} {} {Choose one of the following architectures} {config-include/Standalone.ini config-include/StandaloneHypergrid.ini config-include/Grid.ini config-include/GridHypergrid.ini config-include/SimianGrid.ini config-include/HyperSimianGrid.ini} config-include/Standalone.ini | 1052 | ;# {Include-Architecture} {} {Choose one of the following architectures} {config-include/Standalone.ini config-include/StandaloneHypergrid.ini config-include/Grid.ini config-include/GridHypergrid.ini config-include/SimianGrid.ini config-include/HyperSimianGrid.ini} config-include/Standalone.ini |
1031 | ;; Uncomment one of the following includes as required. For instance, to create a standalone OpenSim, | 1053 | ;; Uncomment one of the following includes as required. For instance, to create a standalone OpenSim, |