aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini.example
diff options
context:
space:
mode:
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r--bin/OpenSim.ini.example44
1 files changed, 31 insertions, 13 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index 842043e..313466c 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -180,10 +180,6 @@
180 ;; if the first change occurred this number of seconds ago. 180 ;; if the first change occurred this number of seconds ago.
181 ; MaximumTimeBeforePersistenceConsidered = 600 181 ; MaximumTimeBeforePersistenceConsidered = 600
182 182
183 ;# {see_into_this_sim_from_neighbor} {} {Should avatars in neighbor sims see objects in this sim?} {true false} true
184 ;; Should avatars in neighbor sims see objects in this sim?
185 ; see_into_this_sim_from_neighbor = true
186
187 ;# {physical_prim} {} {Allow prims to be physical?} {true false} true 183 ;# {physical_prim} {} {Allow prims to be physical?} {true false} true
188 ;; if you would like to allow prims to be physical and move by physics 184 ;; if you would like to allow prims to be physical and move by physics
189 ;; with the physical checkbox in the client set this to true. 185 ;; with the physical checkbox in the client set this to true.
@@ -264,7 +260,7 @@
264 ; AllowedClients = 260 ; AllowedClients =
265 261
266 ;# {BannedClients} {} {Bar (|) separated list of banned clients} {} 262 ;# {BannedClients} {} {Bar (|) separated list of banned clients} {}
267 ;# Bar (|) separated list of viewers which may not gain access to the regions. 263 ;; 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 264 ;; One can use a Substring of the viewer name to disable only certain
269 ;; versions 265 ;; versions
270 ;; Example: Agent uses the viewer "Imprudence 1.3.2.0" 266 ;; Example: Agent uses the viewer "Imprudence 1.3.2.0"
@@ -283,7 +279,7 @@
283 ;; both to set this to false and comment out the [Modules] MapImageServiceModule setting in config-include/ 279 ;; both to set this to false and comment out the [Modules] MapImageServiceModule setting in config-include/
284 ; GenerateMaptiles = true 280 ; GenerateMaptiles = true
285 281
286 ;# {MapImageModule} [] {The map image module to use} {MapImageModule Warp3DImageModule} MapImageModule 282 ;# {MapImageModule} {} {The map image module to use} {MapImageModule Warp3DImageModule} MapImageModule
287 ;; The module to use in order to generate map images. 283 ;; The module to use in order to generate map images.
288 ;; MapImageModule is the default. Warp3DImageModule is an alternative experimental module that can 284 ;; MapImageModule is the default. Warp3DImageModule is an alternative experimental module that can
289 ;; generate better images. 285 ;; generate better images.
@@ -470,7 +466,10 @@
470 ;# {XmlRpcPort} {} {Port for incoming llRemoteData xmlrpc calls} {} 20800 466 ;# {XmlRpcPort} {} {Port for incoming llRemoteData xmlrpc calls} {} 20800
471 ;XmlRpcPort = 20800 467 ;XmlRpcPort = 20800
472 468
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 469
470;; {option} {depends on} {question to ask} {choices} default value
471
472 ;# {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 473 ;; If XmlRpcRouterModule is set to XmlRpcGridRouterModule, the simulator
475 ;; will use this address to register xmlrpc channels on the external 474 ;; will use this address to register xmlrpc channels on the external
476 ;; service 475 ;; service
@@ -503,8 +502,10 @@
503 ;; "<url>" -- capability enabled and served by some other server 502 ;; "<url>" -- capability enabled and served by some other server
504 ;; 503 ;;
505 ; These are enabled by default to localhost. Change if you see fit. 504 ; These are enabled by default to localhost. Change if you see fit.
506 Cap_GetTexture = "localhost" 505 Cap_GetTexture = "localhost"
507 Cap_GetMesh = "localhost" 506 Cap_GetMesh = "localhost"
507 Cap_AvatarPickerSearch = "localhost"
508
508 ; This is disabled by default. Change if you see fit. Note that 509 ; This is disabled by default. Change if you see fit. Note that
509 ; serving this cap from the simulators may lead to poor performace. 510 ; serving this cap from the simulators may lead to poor performace.
510 Cap_WebFetchInventoryDescendents = "" 511 Cap_WebFetchInventoryDescendents = ""
@@ -532,7 +533,7 @@
532 ;; Distance in meters that ordinary chat should travel. 533 ;; Distance in meters that ordinary chat should travel.
533 ; say_distance = 20 534 ; say_distance = 20
534 535
535 ;# {shout_distance} {Distance at which a shout is heard, in meters?} {} 100 536 ;# {shout_distance} {} {Distance at which a shout is heard, in meters?} {} 100
536 ;; Distance in meters that shouts should travel. 537 ;; Distance in meters that shouts should travel.
537 ; shout_distance = 100 538 ; shout_distance = 100
538 539
@@ -570,9 +571,9 @@
570 ;; must be set to allow offline messaging to work. 571 ;; must be set to allow offline messaging to work.
571 ; MuteListURL = http://yourserver/Mute.php 572 ; MuteListURL = http://yourserver/Mute.php
572 573
573 ;; Control whether group messages are forwarded to offline users. 574 ;; Control whether group invites and notices are stored for offline users.
574 ;; Default is true. 575 ;; Default is true.
575 ;; This applies to the core groups module (Flotsam) only. 576 ;; This applies to both core groups module.
576 ; ForwardOfflineGroupMessages = true 577 ; ForwardOfflineGroupMessages = true
577 578
578 579
@@ -607,7 +608,8 @@
607 ;; the "password" parameter) 608 ;; the "password" parameter)
608 ; access_password = "" 609 ; access_password = ""
609 610
610 ;# List the IP addresses allowed to call RemoteAdmin 611 ;# {access_ip_addresses} {enabled:true} {List the IP addresses allowed to call RemoteAdmin?} {}
612 ;; List the IP addresses allowed to call RemoteAdmin
611 ;; If access_ip_addresses isn't set, then all IP addresses can access RemoteAdmin. 613 ;; 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 ... 614 ;; access_ip_addresses = 0.0.0.0, 0.0.0.0 ...
613 ; access_ip_addresses = 615 ; access_ip_addresses =
@@ -792,7 +794,7 @@
792 ; ScriptStopStrategy = abort 794 ; ScriptStopStrategy = abort
793 795
794 796
795 ;# {DeleteScriptsOnStartup} {} {Delete previously compiled script DLLs on startup?} (true false) true 797 ;# {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 798 ;; 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 799 ;; 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 800 ;; compiled scripts if you're recompiling OpenSim from source code and internal interfaces used
@@ -945,6 +947,10 @@
945 ;; Enables the groups module 947 ;; Enables the groups module
946 ; Enabled = false 948 ; Enabled = false
947 949
950 ;# {LevelGroupCreate} {Enabled:true} {User level for creating groups} {} 0
951 ;; Minimum user level required to create groups
952 ; LevelGroupCreate = 0
953
948 ;# {Module} {Enabled:true} {Groups module to use? (Use GroupsModule to use Flotsam/Simian)} {Default "Groups Module V2"} Default 954 ;# {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 955 ;; The default module can use a PHP XmlRpc server from the Flotsam project at
950 ;; http://code.google.com/p/flotsam/ 956 ;; http://code.google.com/p/flotsam/
@@ -996,6 +1002,12 @@
996 ;; Enable Group Notices 1002 ;; Enable Group Notices
997 ; NoticesEnabled = true 1003 ; NoticesEnabled = true
998 1004
1005 ;# {MessageOnlineUsersOnly} {Module:GroupsModule Module} {Message online users only?} {true false} false
1006 ; Experimental option to only message online users rather than all users
1007 ; Should make large groups with few online members messaging faster, as the expense of more calls to presence service
1008 ; Applies Flotsam Group only. V2 has this always on, no other option
1009 ; MessageOnlineUsersOnly = false
1010
999 ;; This makes the Groups modules very chatty on the console. 1011 ;; This makes the Groups modules very chatty on the console.
1000 ; DebugEnabled = false 1012 ; DebugEnabled = false
1001 1013
@@ -1026,6 +1038,12 @@
1026 ;# {InitialTerrain} {} {Initial terrain type} {pinhead-island flat} pinhead-island 1038 ;# {InitialTerrain} {} {Initial terrain type} {pinhead-island flat} pinhead-island
1027 ; InitialTerrain = "pinhead-island" 1039 ; InitialTerrain = "pinhead-island"
1028 1040
1041[UserProfiles]
1042 ;# {ProfileURL} {} {Set url to UserProfilesService} {}
1043 ;; Set the value of the url to your UserProfilesService
1044 ;; If un-set / "" the module is disabled
1045 ;; ProfileServiceURL = http://127.0.0.1:8002
1046
1029[Architecture] 1047[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 1048 ;# {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, 1049 ;; Uncomment one of the following includes as required. For instance, to create a standalone OpenSim,