* Attempt to make OpenSim.ini.example a bit more readable by

*   Some rearrangement within sections
*   Indenting section contents
* Also, correct indentation levels in PermissionsModule
0.6.1-post-fixes
Justin Clarke Casey 2008-11-13 17:22:18 +00:00
parent 8a3d9ea2db
commit 219015d699
2 changed files with 1260 additions and 1244 deletions

View File

@ -1,9 +1,18 @@
[Startup]
; Set this to true if you are connecting your OpenSimulator regions to a grid
; Set this to false if you are running OpenSimulator in standalone mode
gridmode = false
startup_console_commands_file = "startup_commands.txt"
shutdown_console_commands_file = "shutdown_commands.txt"
; To run a script every few minutes, set the script filename here
; timer_Script = "filename"
; ##
; ## CLIENTS
; ##
; Enables EventQueueGet Service.
EventQueue = true
@ -77,6 +86,9 @@ see_into_this_sim_from_neighbor = True
; ## PHYSICS
; ##
; if you would like to allow prims to be physical and move by physics with the physical checkbox in the client set this to true.
physical_prim = true
; Select a mesher here. ZeroMesher is save and fast.
; ZeroMesher also means that the physics engine models the physics of prims
; sticking to the basic shapes the engine does support. Usually this is only a box.
@ -92,9 +104,9 @@ physics = basicphysics
;physics = OpenDynamicsEngine
;physics = modified_BulletX
startup_console_commands_file = "startup_commands.txt"
shutdown_console_commands_file = "shutdown_commands.txt"
; ##
; ## PERMISSIONS
; ##
;permissionmodules = "DefaultPermissionsModule"
serverside_object_permissions = false
@ -104,26 +116,21 @@ allow_grid_gods = false
;region_owner_is_god = true
;parcel_owner_is_god = true
; if you would like to allow prims to be physical and move by physics with the physical checkbox in the client set this to true.
physical_prim = true
; To run a script every few minutes, set the script filename here
; timer_Script = "filename"
; ##
; ## ScriptEngine
; ## SCRIPT ENGINE
; ##
DefaultScriptEngine = "ScriptEngine.DotNetEngine"
;DefaultScriptEngine = "XEngine"
; ##
; ## World Map
; ## WORLD MAP
; ##
;WorldMapModule = "WorldMap"
;MapImageModule = "MapImageModule"
[StandAlone]
accounts_authenticate = true
welcome_message = "Welcome to OpenSim"
@ -225,6 +232,7 @@ messaging_server_url = "http://127.0.0.1:8006"
; unexpected difficulties
client_throttle_multiplier = 2;
[Chat]
whisper_distance = 10
say_distance = 30
@ -232,7 +240,6 @@ shout_distance = 100
[ODEPhysicsSettings]
;##
;## World Settings
;##
@ -399,6 +406,7 @@ region_file_template = "{0}x{1}-{2}.xml"
;succeed. setting region_limits to 0 disables the check.
;region_limits = 0
[RestPlugins]
; Change this to true to enable REST Plugins. This must be true if you wish to use
; REST Region or REST Asset and Inventory Plugins
@ -411,6 +419,7 @@ prefix = /admin
; Change this to true to enable the REST Region Plugin
enabled = false
[RestHandler]
; Change this to true to enable the REST Asset and Inventory Plugin
enabled = false
@ -475,6 +484,7 @@ msgformat = "PRIVMSG {0} : {3} - {1} of {2}"
;for <bot>:<message> - from <user> :
;msgformat = "PRIVMSG {0} : {3} - from {1}"
; work-in-progress IRCBridge capabable of supporting multiple IRC channels
; [XIRC]
; enabled = false
@ -482,10 +492,13 @@ msgformat = "PRIVMSG {0} : {3} - {1} of {2}"
; Uncomment the following for experiment in world versioning
; support. This is so experimental at this point that I'm not going
; to explain it further, you'll need to read the source code
;[CMS]
;enabled = true
;channel = 345
[Voice]
; PLEASE NOTE that we don't have voice support in OpenSim quite yet - these configuration options are stubs
enabled = false
@ -646,6 +659,7 @@ CompileWithDebugInformation=true
; Remove old scripts on next startup
CleanUpOldScriptsOnStartup=true
[LL-Functions]
; Set the following to true to allow administrator owned scripts to execute console commands
AllowosConsoleCommand=false
@ -656,6 +670,7 @@ AllowGodFunctions = false
; Set this to 0 to have no limit imposed.
max_listens_per_script = 64
[DataSnapshot]
; The following set of configs pertains to search.
; Set index_sims to true to enable search engines to index your searchable data
@ -803,8 +818,8 @@ ScriptDistanceLimitFactor = 1.0
; Comma separated list of UUIDS allows the function for that list of UUIDS
; Allow_osSetRegionWaterHeight = 888760cb-a3cf-43ac-8ea4-8732fd3ee2bb
[GridInfo]
[GridInfo]
; These settings are used to return information on a get_grid_info call.
; Client launcher scripts and third-party clients make use of this to
; autoconfigure the client and to provide a nice user experience. If you
@ -853,6 +868,7 @@ ogp_enabled=false
ogp_firstname_prefix=""
ogp_lastname_suffix="_EXTERNAL"
[Concierge]
; enable = true
enabled = false