OpenSim.ini.example 61 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279
  1. ;; This is the main configuration file for OpenSimulator.
  2. ;; If it's named OpenSim.ini then it will be loaded by OpenSimulator.
  3. ;; If it's named OpenSim.ini.example then you will need to copy it to
  4. ;; OpenSim.ini first (if that file does not already exist)
  5. ;;
  6. ;; Once you have copied OpenSim.ini.example to OpenSim.ini you will at least
  7. ;; need to set the constants in the [Const] section and pick an architecture
  8. ;; in the [Architecture] section at the end of this file. The architecture
  9. ;; will require a suitable .ini file in the config-include directory, either
  10. ;; StandaloneCommon.ini or GridCommon.ini which you can copy and modify from the
  11. ;; available .example files.
  12. ;;
  13. ;; The settings in this file are in the form "<key> = <value>". For example,
  14. ;; save_crashes = false in the [Startup] section below.
  15. ;;
  16. ;; All settings are initially commented out and the default value used, as
  17. ;; found in OpenSimDefaults.ini. To change a setting, first uncomment it by
  18. ;; deleting the initial semicolon (;) and then change the value. This will
  19. ;; override the value in OpenSimDefaults.ini
  20. ;;
  21. ;; If you want to find out what configuration OpenSimulator has finished with
  22. ;; once all the configuration files are loaded then type "config show" on the
  23. ;; region console command line.
  24. ;;
  25. ;;
  26. ;; NOTES FOR DEVELOPERS REGARDING THE FORMAT OF THIS FILE
  27. ;;
  28. ;; All leading white space is ignored, but preserved.
  29. ;;
  30. ;; Double semicolons denote a text comment
  31. ;;
  32. ;; ;# denotes a configuration directive description
  33. ;; formatted as:
  34. ;; {option} {depends on} {question to ask} {choices} default value
  35. ;; Any text comments following the declaration, up to the next blank line.
  36. ;; will be copied to the generated file (NOTE: generation is not yet
  37. ;; implemented)
  38. ;;
  39. ;; A * in the choices list will allow an empty entry.
  40. ;; An empty question will set the default if the dependencies are
  41. ;; satisfied.
  42. ;;
  43. ;; ; denotes a commented out option.
  44. ;; Any options added to OpenSim.ini.example should be initially commented
  45. ;; out.
  46. [Const]
  47. ; this section defines constants for grid services
  48. ; to simplify other configuration files default settings
  49. ;# {BaseHostname} {} {BaseHostname} {"example.com" "127.0.0.1"} "127.0.0.1"
  50. BaseHostname = "127.0.0.1"
  51. ;# {BaseURL} {} {BaseURL} {"http://${Const|BaseHostname}} "http://${Const|BaseHostname}"
  52. BaseURL = http://${Const|BaseHostname}
  53. ; If you run a grid, several services should not be availble to world, access to them should be blocked on firewall
  54. ; PrivatePort should closed at the firewall.
  55. ;# {PublicPort} {} {PublicPort} {8002 9000} "8002"
  56. PublicPort = "8002"
  57. ; you can also have them on a diferent url / IP
  58. ;# {PrivURL} {} {PrivURL} {"http://${Const|BaseURL}} "${Const|BaseURL}"
  59. PrivURL = ${Const|BaseURL}
  60. ;grid default private port 8003, not used in standalone
  61. ;# {PrivatePort} {} {PrivatePort} {8003} "8003"
  62. ; port to access private grid services.
  63. ; grids that run all their regions should deny access to this port
  64. ; from outside their networks, using firewalls
  65. PrivatePort = "8003"
  66. [Startup]
  67. ;# {ConsolePrompt} {} {ConsolePrompt} {} "Region (\R) "
  68. ;; Console prompt
  69. ;; Certain special characters can be used to customize the prompt
  70. ;; Currently, these are
  71. ;; \R - substitute region name
  72. ;; \\ - substitute \
  73. ; ConsolePrompt = "Region (\R) "
  74. ;# {ConsoleHistoryFileEnabled} {} {Save console commands to a history file?} {true false} true
  75. ;; Console commands can be saved to a file, so the command history persists after a restart. (default is false)
  76. ; ConsoleHistoryFileEnabled = true
  77. ;# {ConsoleHistoryFile} {} {Filename in which to save history} {} OpenSimConsoleHistory.txt
  78. ;; The history file can be just a filename (relative to OpenSim's bin/ directory
  79. ;; or it can be a full path to somewhere else. (default is OpenSimConsoleHistory.txt in bin/)
  80. ; ConsoleHistoryFile = "OpenSimConsoleHistory.txt"
  81. ;# {ConsoleHistoryFileLines} {} {How many lines of history to save?} {} 100
  82. ;; How many lines of command history should we keep? (default is 100)
  83. ; ConsoleHistoryFileLines = 100
  84. ;# {ConsoleHistoryTimeStamp} {} {Time stamp commands in history file} {} false
  85. ;; Time stamp commands in history file (default false)
  86. ; ConsoleHistoryTimeStamp = false
  87. ;# {save_crashes} {} {Save crashes to disk?} {true false} false
  88. ;; Set this to true if you want to log crashes to disk
  89. ;; this can be useful when submitting bug reports.
  90. ;; However, this will only log crashes within OpenSimulator that cause the
  91. ;; entire program to exit
  92. ;; It will not log crashes caused by virtual machine failures, which
  93. ;; includes mono and ODE failures.
  94. ;; You will need to capture these native stack traces by recording the
  95. ;; session log itself.
  96. ; save_crashes = false
  97. ;# {crash_dir} {save_crashes:true} {Directory to save crashes to?} {} crashes
  98. ;; Directory to save crashes to if above is enabled
  99. ;; (default is /opensimdir/crashes/*.txt or C:\opensim\crashes\*.txt)
  100. ; crash_dir = "crashes"
  101. ;# {PIDFile} {} {Path to PID file?} {}
  102. ;; Place to create a PID file
  103. ; PIDFile = "/tmp/OpenSim.exe.pid"
  104. ;# {RegistryLocation} {} {Addins Registry Location} {}
  105. ; Set path to directory for addin registry if you want addins outside of bin.
  106. ; Information about the registered repositories and installed plugins will
  107. ; be stored here. The OpenSim.exe process must have R/W access to the location.
  108. ; RegistryLocation = "."
  109. ;# {ConfigDirectory} {} {Set path to directory for modular ini files} {}
  110. ; Used by region module addins. You can set this to outside bin, so that addin
  111. ; configurations will survive updates. The OpenSim.exe process must have R/W access
  112. ; to the location.
  113. ; ConfigDirectory = "."
  114. ;# {region_info_source} {} {Where to load region from?} {filesystem web} filesystem
  115. ;; Determine where OpenSimulator looks for the files which tell it
  116. ;; which regions to server
  117. ;; Default is "filesystem"
  118. ; region_info_source = "filesystem"
  119. ; region_info_source = "web"
  120. ;# {regionload_regionsdir} {region_info_source} {Location of file?} {} Regions
  121. ;; Determines where the region XML files are stored if you are loading
  122. ;; these from the filesystem.
  123. ;; Defaults to bin/Regions in your OpenSimulator installation directory
  124. ; regionload_regionsdir="C:\somewhere\xmlfiles\"
  125. ;# {regionload_webserver_url} {region_info_source} {URL to load region from?} {}
  126. ;; Determines the page from which regions xml is retrieved if you are
  127. ;; loading these from the web.
  128. ;; The XML here has the same format as it does on the filesystem
  129. ;; (including the <Root> tag), except that everything is also enclosed
  130. ;; in a <Regions> tag.
  131. ; regionload_webserver_url = "http://example.com/regions.xml"
  132. ;# {allow_regionless} {} {Allow simulator to start up with no regions configured.} {true false} false
  133. ;; Allow the simulator to start up if there are no region configuration available
  134. ;; from the selected region_info_source.
  135. ; allow_regionless = false
  136. ;# {NonPhysicalPrimMin} {} {Minimum size of nonphysical prims?} {} 0.001
  137. ;; Minimum size for non-physical prims. Affects resizing of existing
  138. ;; prims. This can be overridden in the region config file (as
  139. ;; NonPhysicalPrimMin!).
  140. ; NonPhysicalPrimMin = 0.001
  141. ;# {NonPhysicalPrimMax} {} {Maximum size of nonphysical prims?} {} 256
  142. ;; Maximum size for non-physical prims. Affects resizing of existing
  143. ;; prims. This can be overridden in the region config file (as
  144. ;; NonPhysicalPrimMax!).
  145. ; NonPhysicalPrimMax = 256
  146. ;# {PhysicalPrimMin} {} {Minimum size of physical prims?} {} 0.01
  147. ;; Minimum size where a prim can be physical. Affects resizing of
  148. ;; existing prims. This can be overridden in the region config file.
  149. ; PhysicalPrimMin = 0.01
  150. ;# {PhysicalPrimMax} {} {Maximum size of physical prims?} {} 64
  151. ;; Maximum size where a prim can be physical. Affects resizing of
  152. ;; existing prims. This can be overridden in the region config file.
  153. ; PhysicalPrimMax = 64
  154. ;# {ClampPrimSize} {} {Clamp viewer rezzed prims to max sizes?} {true false} false
  155. ;; If a viewer attempts to rez a prim larger than the non-physical or
  156. ;; physical prim max, clamp the dimensions to the appropriate maximum
  157. ;; This can be overridden in the region config file.
  158. ; ClampPrimSize = false
  159. ;# {LinksetPrims} {} {Max prims an object will hold?} {} 0
  160. ;; Maximum number of prims allowable in a linkset. Affects creating new
  161. ;; linksets. Ignored if less than or equal to zero.
  162. ;; This can be overridden in the region config file.
  163. ; LinksetPrims = 0
  164. ;# {AllowScriptCrossing} {} {Allow scripts to cross into this region} {true false} true
  165. ;; Allow scripts to keep running when they cross region boundaries, rather
  166. ;; than being restarted. State is reloaded on the destination region.
  167. ;; This only applies when crossing to a region running in a different
  168. ;; simulator.
  169. ;; For crossings where the regions are on the same simulator the script is
  170. ;; always kept running.
  171. ; AllowScriptCrossing = true
  172. ;# {TrustBinaries} {AllowScriptCrossing:true} {Accept compiled binary script code? (DANGEROUS!)} {true false} false
  173. ;; Allow compiled script binary code to cross region boundaries.
  174. ;; If you set this to "true", any region that can teleport to you can
  175. ;; inject ARBITRARY BINARY CODE into your system. Use at your own risk.
  176. ;; YOU HAVE BEEN WARNED!!!
  177. ; TrustBinaries = false
  178. ;# {InworldRestartShutsDown} {} {Shutdown instance on region restart?} {true false} false
  179. ;; If you have only one region in an instance, or to avoid the many bugs
  180. ;; that you can trigger in modules by restarting a region, set this to
  181. ;; true to make the entire instance exit instead of restarting the region.
  182. ;; This is meant to be used on systems where some external system like
  183. ;; Monit will restart any instance that exits, thereby making the shutdown
  184. ;; into a restart.
  185. ; InworldRestartShutsDown = false
  186. ;; Persistence of changed objects happens during regular sweeps. The
  187. ;; following control that behaviour to prevent frequently changing objects
  188. ;; from heavily loading the region data store.
  189. ;; If both of these values are set to zero then persistence of all changed
  190. ;; objects will happen on every sweep.
  191. ;# {MinimumTimeBeforePersistenceConsidered} {} {Time before un-changed object may be persisted} {} 60
  192. ;; Objects will be considered for persistance in the next sweep when they
  193. ;; have not changed for this number of seconds.
  194. ; MinimumTimeBeforePersistenceConsidered = 60
  195. ;# {MaximumTimeBeforePersistenceConsidered} {} {Time before changed objects may be persisted?} {} 600
  196. ;; Objects will always be considered for persistance in the next sweep
  197. ;; if the first change occurred this number of seconds ago.
  198. ; MaximumTimeBeforePersistenceConsidered = 600
  199. ;# {physical_prim} {} {Allow prims to be physical?} {true false} true
  200. ;; if you would like to allow prims to be physical and move by physics
  201. ;; with the physical checkbox in the client set this to true.
  202. ; physical_prim = true
  203. ;; Select a mesher here.
  204. ;;
  205. ;; Meshmerizer properly handles complex prims by using triangle meshes.
  206. ;; Note that only the ODE physics engine currently deals with meshed
  207. ;; prims in a satisfactory way.
  208. ;# {meshing} {} {Select mesher} {Meshmerizer ZeroMesher} Meshmerizer
  209. ;; ZeroMesher is faster but leaves the physics engine to model the mesh
  210. ;; using the basic shapes that it supports.
  211. ;; Usually this is only a box.
  212. ;; Default is Meshmerizer
  213. ; meshing = Meshmerizer
  214. ; meshing = ZeroMesher
  215. ;; select ubODEMeshmerizer only with ubOde physics engine
  216. ; meshing = ubODEMeshmerizer
  217. ;; Choose one of the physics engines below
  218. ;# {physics} {} {Select physics engine} {OpenDynamicsEngine BulletSim basicphysics POS} BulletSim
  219. ;; BulletSim is the default physics engine. It provides the best performance and most functionality.
  220. ;; BulletSim supports varregions.
  221. ;; OpenDynamicsEngine was the previous default physics engine in OpenSimulator 0.7.6.1 and before.
  222. ;; It continues to provide a workable physics implementation. It does not currently support varregions.
  223. ;; basicphysics effectively does not model physics at all, making all objects phantom.
  224. ;; Default is BulletSim
  225. ; physics = OpenDynamicsEngine
  226. ; physics = BulletSim
  227. ; physics = basicphysics
  228. ; physics = POS
  229. ;; alternative OpenDynamicsEngine engine. ubODEMeshmerizer meshing above MUST be selected also
  230. ; physics = ubODE
  231. ; ubODE and OpenDynamicsEngine does allocate a lot of memory on stack. On linux you may need to increase its limit
  232. ; script opensim-ode-sh starts opensim setting that limit. You may need to increase it even more on large regions
  233. ; edit the line ulimit -s 262144, and change this last value
  234. ;# {DefaultScriptEngine} {} {Default script engine} {XEngine} XEngine
  235. ;; Default script engine to use (Xengine if all commented)
  236. ; DefaultScriptEngine = "XEngine"
  237. ;; new alternative engine
  238. ;; see section [YEngine] below
  239. ; DefaultScriptEngine = "YEngine"
  240. ;# {HttpProxy} {} {Proxy URL for llHTTPRequest and dynamic texture loading} {} http://proxy.com:8080
  241. ;; Http proxy setting for llHTTPRequest and dynamic texture loading, if
  242. ;; required
  243. ; HttpProxy = "http://proxy.com:8080"
  244. ;# {HttpProxyExceptions} {HttpProxy} {Set of regular expressions defining URL that should not be proxied} {}
  245. ;; If you're using HttpProxy, then you can set HttpProxyExceptions to a
  246. ;; list of regular expressions for URLs that you don't want to go through
  247. ;; the proxy.
  248. ;; For example, servers inside your firewall.
  249. ;; Separate patterns with a ';'
  250. ; HttpProxyExceptions = ".mydomain.com;localhost"
  251. ;# {emailmodule} {} {Provide llEmail and llGetNextEmail functionality? (requires SMTP server)} {true false} false
  252. ;; The email module requires some configuration. It needs an SMTP
  253. ;; server to send mail through.
  254. ; emailmodule = DefaultEmailModule
  255. ;# {SpawnPointRouting} {} {Set routing method for Telehub Spawnpoints} {closest random sequence} closest
  256. ;; SpawnPointRouting adjusts the landing for incoming avatars.
  257. ;; "closest" will place the avatar at the SpawnPoint located in the closest
  258. ;; available spot to the destination (typically map click/landmark).
  259. ;; "random" will place the avatar on a randomly selected spawnpoint.
  260. ;; "sequence" will place the avatar on the next sequential SpawnPoint.
  261. ; SpawnPointRouting = closest
  262. ;# {TelehubAllowLandmark} {} {Allow users with landmarks to override telehub routing} {true false} false
  263. ;; TelehubAllowLandmark allows users with landmarks to override telehub
  264. ;; routing and land at the landmark coordinates when set to true
  265. ;; default is false
  266. ; TelehubAllowLandmark = false
  267. ;; SSL certificate validation options
  268. ;; you can allow selfsigned certificates or no official CA with next option set to true
  269. ;# {NoVerifyCertChain} {} {do not verify SSL Cert Chain} {true false} true
  270. ; NoVerifyCertChain = true
  271. ;; you can also bypass the hostname or domain verification
  272. ;# {NoVerifyCertHostname} {} {do not verify SSL Cert name versus peer name} {true false} true
  273. ; NoVerifyCertHostname = true
  274. ;; having both options true does provide encryption but with low security
  275. ;; set both true if you don't care to use SSL, they are needed to contact regions or grids that do use it.
  276. [AccessControl]
  277. ;# {AllowedClients} {} {Bar (|) separated list of allowed clients} {}
  278. ;; Bar (|) separated list of viewers which may gain access to the regions.
  279. ;; One can use a substring of the viewer name to enable only certain
  280. ;; versions
  281. ;; Example: Agent uses the viewer "Imprudence 1.3.2.0"
  282. ;; - "Imprudence" has access
  283. ;; - "Imprudence 1.3" has access
  284. ;; - "Imprudence 1.3.1" has no access
  285. ; AllowedClients = ""
  286. ;# {DeniedClients} {} {Bar (|) separated list of denied clients} {}
  287. ;; Bar (|) separated list of viewers which may not gain access to the regions.
  288. ;; One can use a Substring of the viewer name to disable only certain
  289. ;; versions
  290. ;; Example: Agent uses the viewer "Imprudence 1.3.2.0"
  291. ;; - "Imprudence" has no access
  292. ;; - "Imprudence 1.3" has no access
  293. ;; - "Imprudence 1.3.1" has access
  294. ;;
  295. ; DeniedClients = ""
  296. [Map]
  297. ;# {GenerateMaptiles} {} {Generate map tiles?} {true false} true
  298. ;; Map tile options.
  299. ;; If true, then maptiles are generated using the MapImageModule below.
  300. ;; If false then the texture referenced by MaptileStaticUUID is used instead, which can also be overridden
  301. ;; in individual region config file(s). If you do not want to upload map tiles at all, then you will need
  302. ;; both to set this to false and comment out the [Modules] MapImageServiceModule setting in config-include/
  303. ; GenerateMaptiles = true
  304. ;# {MapImageModule} {} {The map image module to use} {MapImageModule Warp3DImageModule} MapImageModule
  305. ;; The module to use in order to generate map images.
  306. ;; MapImageModule is the default. Warp3DImageModule is an alternative experimental module that can
  307. ;; generate better images.
  308. ;MapImageModule = "MapImageModule"
  309. ;# {MaptileRefresh} {GenerateMaptiles} {Maptile refresh period?} {} 0
  310. ;; If desired, a running region can update the map tiles periodically
  311. ;; to reflect building activity. This names no sense of you don't have
  312. ;; prims on maptiles. Value is in seconds.
  313. ; MaptileRefresh = 0
  314. ;# {MaptileStaticUUID} {} {Asset ID for static map texture} {} 00000000-0000-0000-0000-000000000000
  315. ;; If not generating maptiles, use this static texture asset ID
  316. ;; This may be overridden on a per region basis in Regions.ini
  317. ; MaptileStaticUUID = "00000000-0000-0000-0000-000000000000"
  318. ;# {TextureOnMapTile} {} {Use terrain textures for map tiles?} {true false} true
  319. ;; Use terrain texture for maptiles if true, use shaded green if false
  320. ; TextureOnMapTile = true
  321. ;# {DrawPrimOnMapTile} {} {Draw prim shapes on map tiles?} {true false} false
  322. ;; Draw objects on maptile. This step might take a long time if you've
  323. ;; got a large number of objects, so you can turn it off here if you'd like.
  324. ; DrawPrimOnMapTile = true
  325. ;# {TexturePrims} {} {Texture prims on map tiles?} {true false} true
  326. ;; Texture the faces of the prims that are rendered on the map tiles.
  327. ; TexturePrims = true
  328. ;# {TexturePrimSize} {} {Size of prims to texture faces?} {} 48
  329. ;; Only texture prims that have a diagonal size greater than this number
  330. ; TexturePrimSize = 48
  331. ;# {RenderMeshes} {} {Render meshes and sculpties on map tiles?} {true false} false
  332. ;; Attempt to render meshes and sculpties on the map.
  333. ; RenderMeshes = false
  334. ;# {MapColorWater} {} {Water color for textured and shaded maps} {"#1D475F"}
  335. ; MapColorWater = "#3399FF"
  336. ;# {MapColor1} {} {Terrain color 1 for textured maps} {"#A58976"}
  337. ; MapColor1 = "#A58976"
  338. ;# {MapColor2} {} {Terrain color 2 for textured maps} {"#455931"}
  339. ; MapColor2 = "#455931"
  340. ;# {MapColor3} {} {Terrain color 3 for textured maps} {"#A29A8D"}
  341. ; MapColor3 = "#A29A8D"
  342. ;# {MapColor4} {} {Terrain color 4 for textured maps} {"#C8C8C8"}
  343. ; MapColor4 = "#C8C8C8"
  344. [Permissions]
  345. ;# {permissionmodules} {} {Permission modules to use (may specify multiple modules, separated by comma} {} DefaultPermissionsModule
  346. ;; Permission modules to use, separated by comma.
  347. ;; Possible modules are DefaultPermissionsModule, PrimLimitsModule
  348. ; permissionmodules = DefaultPermissionsModule
  349. ;# {serverside_object_permissions} {permissionmodules:DefaultPermissionsModule} {Activate permission handling by the sim?} {true false} true
  350. ;; These are the parameters for the default permissions module
  351. ;;
  352. ;; If set to false, then, in theory, the server never carries out
  353. ;; permission checks (allowing anybody to copy
  354. ;; any item, etc. This may not yet be implemented uniformally.
  355. ;; If set to true, then all permissions checks are carried out
  356. ; serverside_object_permissions = true
  357. ; if next 2 are false, several admin powers are only active if god powers requested on viewer
  358. ; this reduces mistakes
  359. ; set both to true to enable previous behaviour
  360. automatic_gods = false
  361. implicit_gods = false
  362. ;# {allow_grid_gods} {} {Allow grid gods?} {true false} false
  363. ;; This allows users with a UserLevel of 200 or more to assume god
  364. ;; powers in the regions in this simulator.
  365. ;; if you don't trust grid admins, what are you doing there?
  366. allow_grid_gods = true
  367. ;; This allows some control over permissions
  368. ;; please note that this still doesn't duplicate SL, and is not intended to
  369. ;# {region_owner_is_god} {} {Allow region owner gods} {true false} true
  370. ;; Allow region owners to assume god powers in their regions
  371. ; region_owner_is_god = true
  372. ;# {region_manager_is_god} {} {Allow region manager gods} {true false} false
  373. ;; Allow region managers to assume god powers in regions they manage
  374. ; region_manager_is_god = false
  375. ;# {simple_build_permissions} {} {Allow building in parcel by access list (no groups)} {true false} false
  376. ;; More control over permissions
  377. ;; This is definitely not SL!
  378. ;; Provides a simple control for land owners to give build rights to
  379. ;; specific avatars in publicly accessible parcels that disallow object
  380. ;; creation in general.
  381. ;; Owners specific avatars by adding them to the Access List of the parcel
  382. ;; without having to use the Groups feature
  383. ; simple_build_permissions = false
  384. [Estates]
  385. ; If these values are commented out then the user will be asked for estate details when required (this is the normal case).
  386. ; If these values are uncommented then they will be used to create a default estate as necessary.
  387. ; New regions will be automatically assigned to that default estate.
  388. ;# {DefaultEstateName} {} {Default name for estate?} {} My Estate
  389. ;; Name for the default estate
  390. ; DefaultEstateName = My Estate
  391. ;# {DefaultEstateOwnerName} {} {Default estate owner name?} {} FirstName LastName
  392. ;; Name for default estate owner
  393. ; DefaultEstateOwnerName = FirstName LastName
  394. ; ** Standalone Estate Settings **
  395. ; The following parameters will only be used on a standalone system to
  396. ; create an estate owner that does not already exist
  397. ;# {DefaultEstateOwnerUUID} {} {Default estate owner UUID?} {} 00000000-0000-0000-0000-000000000000
  398. ;; If DefaultEstateOwnerUUID is left at UUID.Zero (as below) then a random
  399. ;; UUID will be assigned. This is normally what you want
  400. ; DefaultEstateOwnerUUID = 00000000-0000-0000-0000-000000000000
  401. ;# {DefaultEstateOwnerEMail} {} {Default estate owner email?} {}
  402. ;; Email address for the default estate owner
  403. ; DefaultEstateOwnerEMail = [email protected]
  404. ;# {DefaultEstateOwnerPassword} {} {Default estate owner password} {}
  405. ;; Password for the default estate owner
  406. ; DefaultEstateOwnerPassword = password
  407. [SMTP]
  408. ;; The SMTP server enabled the email module to send email to external
  409. ;; destinations.
  410. ;# {enabled} {[Startup]emailmodule:DefaultEmailModule} {Enable SMTP service?} {true false} false
  411. ;; Enable sending email via SMTP
  412. ; enabled = false
  413. ;# {internal_object_host} {[Startup]emailmodule:DefaultEmailModule enabled:true} {Host name to treat as internal (object to object) email?} {} lsl.opensim.local
  414. ; internal_object_host = lsl.opensim.local
  415. ;# {host_domain_header_from} {[Startup]emailmodule:DefaultEmailModule enabled:true} {From address to use in the sent email header?} {} 127.0.0.1
  416. ; host_domain_header_from = "127.0.0.1"
  417. ;# {email_pause_time} {[Startup]emailmodule:DefaultEmailModule enabled:true} {Period in seconds to delay after an email is sent.} {} 20
  418. ; email_pause_time = 20
  419. ;# {email_max_size} {[Startup]emailmodule:DefaultEmailModule enabled:true} {Maximum total size of email in bytes.} {} 4096
  420. ; email_max_size = 4096
  421. ;# {SMTP_SERVER_HOSTNAME} {[Startup]emailmodule:DefaultEmailModule enabled:true} {SMTP server name?} {} 127.0.0.1
  422. ; SMTP_SERVER_HOSTNAME = "127.0.0.1"
  423. ;# {SMTP_SERVER_PORT} {[Startup]emailmodule:DefaultEmailModule enabled:true} {SMTP server name?} {SMTP server port?} {} 25
  424. ; SMTP_SERVER_PORT = 25
  425. ;# {SMTP_SERVER_LOGIN} {[Startup]emailmodule:DefaultEmailModule enabled:true} {SMTP server user name?} {}
  426. ; SMTP_SERVER_LOGIN = ""
  427. ;# {SMTP_SERVER_PASSWORD} {[Startup]emailmodule:DefaultEmailModule enabled:true} {SMTP server password} {}
  428. ; SMTP_SERVER_PASSWORD = ""
  429. [Network]
  430. ;# {ConsoleUser} {} {User name for console account} {}
  431. ;; Configure the remote console user here. This will not actually be used
  432. ;; unless you use -console=rest at startup.
  433. ; ConsoleUser = "Test"
  434. ;# {ConsolePass} {} {Password for console account} {}
  435. ; ConsolePass = "secret"
  436. ;# {console_port} {} {Port for console connections} {} 0
  437. ; console_port = 0
  438. ;# {http_listener_port} {} {TCP Port for this simulator to listen on? (This must be unique to the simulator!)} {} 9000
  439. ;; Simulator HTTP port. This is not the region port, but the port the
  440. ;; entire simulator listens on. This port uses the TCP protocol, while
  441. ;; the region ports use UDP.
  442. ; http_listener_port = 9000
  443. ; optional main server secure http (ssl)
  444. ; to use ssl you need a ssl certificate in PKCS12 format that validates the ExternalHostnames
  445. ; or their domains
  446. ; some viewers by default only accept certificates signed by a oficial CA
  447. ; to use others like self signed certificates with those viewers,
  448. ; their debug option NoVerifySSLCert needs to be set true, You need to inform users about this
  449. ; the main unsecure port will still open for some services. this may change in future.
  450. ; set http_listener_ssl to enable main server ssl. it will replace unsecure port on most functions
  451. ;# {http_listener_ssl}{} {enable main server ssl port)} {} false
  452. ;http_listener_ssl = false
  453. ; Set port for main SSL connections
  454. ;# {http_listener_sslport}{} {main server ssl port)} {} 9001
  455. ;http_listener_sslport = 9001 ;
  456. ; currently if using ssl, regions ExternalHostName must the the same and equal to http_listener_cn
  457. ; this may be removed in future
  458. ;# {http_listener_cn}{} {main server ssl externalHostName)} {} ""
  459. ;http_listener_cn = "myRegionsExternalHostName"
  460. ; the path for the certificate path
  461. ;# {http_listener_cert_path}{} {main server ssl certificate file path)} {} ""
  462. ;http_listener_cert_path = "mycert.p12"
  463. ;# {http_listener_cert_pass}{} {main server ssl certificate password)} {} ""
  464. ;http_listener_cert_pass = "mycertpass" ; the cert passwork
  465. ; By default, OpenSimulator does not allow scripts to make HTTP calls to addresses on the simulator's LAN.
  466. ; See the OutboundDisallowForUserScripts parameter in OpenSimDefaults.ini for more information on this filter.
  467. ; If you need to allow scripts to make some LAN calls use the OutboundDisallowForUserScriptsExcept parameter below.
  468. ; We recommend that you do not override OutboundDisallowForUserScripts directly unless you are very sure about what you're doing.
  469. ; this HTTP calls can also use ssl see opensimDefaults.ini
  470. ;
  471. ; You can whitelist individual endpoints by IP or FQDN, e.g.
  472. ;
  473. ; OutboundDisallowForUserScriptsExcept = 192.168.1.3:8003
  474. ;
  475. ; You can specify multiple addresses by separating them with a bar. For example,
  476. ;
  477. ; OutboundDisallowForUserScriptsExcept = 192.168.1.3:8003|myinternalserver:8000
  478. ;
  479. ; If an address if given without a port number then port 80 is assumed
  480. ;
  481. ; You can also specify a network range in CIDR notation to whitelist, e.g.
  482. ;
  483. ; OutboundDisallowForUserScriptsExcept = 192.168.1.0/24
  484. ;
  485. ; to whitelist all ports on addresses 192.168.1.0 to 192.168.1.255
  486. ; To specify an individual IP address use the /32 netmask
  487. ;
  488. ; OutboundDisallowForUserScriptsExcept = 192.168.1.2/32
  489. ;
  490. ; See http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing#CIDR_notation for more information on CIDR notation
  491. ;# {HttpBodyMaxLenMAX} {} {Maximum bytes allowed for HTTP_BODY_MAXLENGTH} {} 16384
  492. ;; By default, llHTTPRequest limits the response body to 2048 bytes.
  493. ;; This limit can be extended using HTTP_BODY_MAXLENGTH to a maximum
  494. ;; of HttpBodyMaxLenMAX bytes.
  495. ;; Please be aware that the limit can be set to insanely high values,
  496. ;; effectively removing any limitation. This will expose your sim to a
  497. ;; known attack. It is not recommended to set this limit higher than
  498. ;; the highest value that is actually needed by existing applications!
  499. ;; 16384 is the SL compatible value.
  500. ; HttpBodyMaxLenMAX=16384
  501. ;# {ExternalHostNameForLSL} {} {Hostname to use for HTTP-IN URLs. This should be reachable from the internet.} {}
  502. ;; Hostname to use in llRequestURL/llRequestSecureURL
  503. ;; if not defined - llRequestURL/llRequestSecureURL are disabled
  504. ExternalHostNameForLSL = ${Const|BaseHostname}
  505. ;# {shard} {} {Name to use for X-Secondlife-Shard header? (press enter if unsure)} {} OpenSim
  506. ;; What is reported as the "X-Secondlife-Shard"
  507. ;; Defaults to the user server url if not set
  508. ;; The old default is "OpenSim", set here for compatibility
  509. ;; The below is not commented for compatibility.
  510. shard = "OpenSim"
  511. ;# {user_agent} {} {User agent to report to web servers?} {} OpenSim LSL (Mozilla Compatible)
  512. ;; What is reported as the "User-Agent" when using llHTTPRequest
  513. ;; Defaults to not sent if not set here. See the notes section in the wiki
  514. ;; at http://wiki.secondlife.com/wiki/LlHTTPRequest for comments on adding
  515. ;; " (Mozilla Compatible)" to the text where there are problems with a
  516. ;; web server
  517. ; user_agent = "OpenSim LSL (Mozilla Compatible)"
  518. ;; The following 3 variables are for HTTP Basic Authentication for the Robust services.
  519. ;; Use this if your central services in port 8003 need to be accessible on the Internet
  520. ;; but you want to protect them from unauthorized access. The username and password
  521. ;; here need to match the ones in the Robust service configuration.
  522. ; AuthType = "BasicHttpAuthentication"
  523. ; HttpAuthUsername = "some_username"
  524. ; HttpAuthPassword = "some_password"
  525. ;;
  526. ;; Any of these 3 variables above can be overriden in any of the service sections.
  527. [XMLRPC]
  528. ;# {XmlRpcRouterModule} {} {Module used to route incoming llRemoteData calls} {XmlRpcRouterModule XmlRpcGridRouterModule} XmlRpcRouterModule
  529. ;; If enabled and set to XmlRpcRouterModule, this will post an event,
  530. ;; "xmlrpc_uri(string)" to the script concurrently with the first
  531. ;; remote_data event. This will contain the fully qualified URI an
  532. ;; external site needs to use to send XMLRPC requests to that script
  533. ;;
  534. ;; If enabled and set to XmlRpcGridRouterModule, newly created channels
  535. ;; will be registered with an external service via a configured uri
  536. ;XmlRpcRouterModule = "XmlRpcRouterModule"
  537. ;# {XmlRpcPort} {} {Port for incoming llRemoteData xmlrpc calls} {} 20800
  538. ;XmlRpcPort = 20800
  539. ;# {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
  540. ;; If XmlRpcRouterModule is set to XmlRpcGridRouterModule, the simulator
  541. ;; will use this address to register xmlrpc channels on the external
  542. ;; service
  543. ; XmlRpcHubURI = http://example.com
  544. [ClientStack.LindenUDP]
  545. ;; See OpensSimDefaults.ini for the throttle options. You can copy the
  546. ;; relevant sections and override them here.
  547. ;; DO NOT MODIFY OpenSimDefaults.ini, as your changes would be lost
  548. ;; with the next update!
  549. ;# {DisableFacelights} {} {Stop facelights from working?} {true false} false
  550. ;; Quash and remove any light properties from attachments not on the
  551. ;; hands. This allows flashlights and lanterns to function, but kills
  552. ;; silly vanity "Facelights" dead. Sorry, head mounted miner's lamps
  553. ;; will also be affected.
  554. ;; This is especially important in artistic builds that depend on lights
  555. ;; on the build for their appearance, since facelights will cause the
  556. ;; building's lights to possibly not be rendered.
  557. ; DisableFacelights = "false"
  558. [ClientStack.LindenCaps]
  559. ;; For the long list of capabilities, see OpenSimDefaults.ini
  560. ;; Here are the few ones you may want to change. Possible values
  561. ;; are:
  562. ;; "" -- empty, capability disabled
  563. ;; "localhost" -- capability enabled and served by the simulator
  564. ;; "<url>" -- capability enabled and served by some other server
  565. ;;
  566. ; These are enabled by default to localhost. Change if you see fit.
  567. Cap_GetTexture = "localhost"
  568. Cap_GetMesh = "localhost"
  569. Cap_AvatarPickerSearch = "localhost"
  570. Cap_GetDisplayNames = "localhost"
  571. [SimulatorFeatures]
  572. ;# {SearchServerURI} {} {URL of the search server} {}
  573. ;; Optional. If given this serves the same purpose as the grid wide
  574. ;; [LoginServices] SearchURL setting and will override that where
  575. ;; supported by viewers.
  576. ;SearchServerURI = "http://127.0.0.1:9000/"
  577. ;# {DestinationGuideURI} {} {URL of the destination guide} {}
  578. ;; Optional. If given this serves the same purpose as the grid wide
  579. ;; [LoginServices] DestinationGuide setting and will override that where
  580. ;; supported by viewers.
  581. ;DestinationGuideURI = "http://127.0.0.1:9000/guide"
  582. [Chat]
  583. ;# {whisper_distance} {} {Distance at which a whisper is heard, in meters?} {} 10
  584. ;; Distance in meters that whispers should travel.
  585. ; whisper_distance = 10
  586. ;# {say_distance} {} {Distance at which normal chat is heard, in meters?} {} 20
  587. ;; Distance in meters that ordinary chat should travel.
  588. ; say_distance = 20
  589. ;# {shout_distance} {} {Distance at which a shout is heard, in meters?} {} 100
  590. ;; Distance in meters that shouts should travel.
  591. ; shout_distance = 100
  592. [EntityTransfer]
  593. ;# {DisableInterRegionTeleportCancellation} {} {Determine whether the cancel button is shown at all during teleports.} {false true} false
  594. ;; This option exists because cancelling at certain points can result in an unuseable session (frozen avatar, etc.)
  595. ;; Disabling cancellation can be okay in small closed grids where all teleports are highly likely to suceed.
  596. ;DisableInterRegionTeleportCancellation = false
  597. ;# {LandingPointBehavior} {} {How to honor landing points and telehubs for gods.} {LandingPointBehavior_OS LandingPointBehavior_SL} LandingPointBehavior_OS
  598. ;; This option exists to control the behavior of teleporting gods into places that have landing points
  599. ;; and telehubs. Historically, there has been a difference: OpenSim (OS) has honored landing points and telehubs even for
  600. ;; avatars with god permissions; SL lets gods land wherever they want.
  601. ;LandingPointBehavior = LandingPointBehavior_OS
  602. [Messaging]
  603. ;# {OfflineMessageModule} {} {Module to use for offline message storage} {OfflineMessageModule "Offline Message Module V2" *}
  604. ;; Module to handle offline messaging. The core module requires an external
  605. ;; web service to do this. See OpenSim wiki.
  606. ; OfflineMessageModule = OfflineMessageModule
  607. ;; Or, alternatively, use this one, which works for both standalones and grids
  608. ; OfflineMessageModule = "Offline Message Module V2"
  609. ;# {OfflineMessageURL} {OfflineMessageModule:OfflineMessageModule Offline Message Module V2:Offline Message Module V2} {URL of offline messaging service} {}
  610. ;; URL of web service for offline message storage. Leave it commented if your service is local to the sim.
  611. ; OfflineMessageURL = ${Const|BaseURL}/Offline.php
  612. ; OfflineMessageURL = ${Const|PrivURL}:${Const|PrivatePort}
  613. ;# {StorageProvider} {Offline Message Module V2:Offline Message Module V2} {DLL that provides the storage interface} {OpenSim.Data.MySQL.dll}
  614. ;; For standalones, this is the storage dll.
  615. ; StorageProvider = OpenSim.Data.MySQL.dll
  616. ; Mute list handler
  617. ;# {MuteListModule} {MuteListModule:MuteListModule} {} {} None
  618. ; Disabled by default
  619. ; MuteListModule = MuteListModule
  620. ;; Control whether group invites and notices are stored for offline users.
  621. ;; Default is true.
  622. ;; This applies to both core groups module.
  623. ; ForwardOfflineGroupMessages = true
  624. [BulletSim]
  625. ;# {AvatarToAvatarCollisionsByDefault} {[Startup]physics:BulletSim} {Should avatars collide with each other?} {true false} true
  626. AvatarToAvatarCollisionsByDefault = true
  627. [ODEPhysicsSettings]
  628. ;# {mesh_sculpted_prim} {[Startup]physics:OpenDynamicsEngine} {Mesh sculpties so they collide as they look?} {true false} true
  629. ;; Do we want to mesh sculpted prim to collide like they look?
  630. ;; If you are seeing sculpt texture decode problems
  631. ;; (messages such as "Decoded image with unhandled number of components: 0 shortly followed by a physcs exception")
  632. ;; then you might want to try setting this to false.
  633. ; mesh_sculpted_prim = true
  634. [RemoteAdmin]
  635. ;; This is the remote admin module, which uses XMLRPC requests to
  636. ;; manage regions from a web interface.
  637. ;# {enabled} {} {Enable the remote admin interface?} {true false} false
  638. ; enabled = false
  639. ;# {port} {enabled:true} {Port to use for the remote admin interface? (0 = default)} {} 0
  640. ;; Set this to a nonzero value to have remote admin use a different port
  641. ; port = 0
  642. ;# {access_password} {enabled:true} {Password for the remote admin interface} {}
  643. ;; This password is required to make any XMLRPC call (should be set as
  644. ;; the "password" parameter)
  645. ; access_password = ""
  646. ;# {access_ip_addresses} {enabled:true} {List the IP addresses allowed to call RemoteAdmin?} {}
  647. ;; List the IP addresses allowed to call RemoteAdmin
  648. ;; If access_ip_addresses isn't set, then all IP addresses can access RemoteAdmin.
  649. ;; access_ip_addresses = 0.0.0.0, 0.0.0.0 ...
  650. ; access_ip_addresses =
  651. ;# {create_region_enable_voice} {enabled:true} {Enable voice for newly created regions?} {true false} false
  652. ;; set this variable to true if you want the create_region XmlRpc
  653. ;; call to unconditionally enable voice on all parcels for a newly
  654. ;; created region
  655. ; create_region_enable_voice = false
  656. ;# {create_region_public} {enabled:true} {Make newly created regions public?} {true false} false
  657. ;; set this variable to false if you want the create_region XmlRpc
  658. ;; call to create all regions as private per default (can be
  659. ;; overridden in the XmlRpc call)
  660. ; create_region_public = false
  661. ;# {enabled_methods} {enabled:true} {List of methods to allow, separated by |} {} all
  662. ;; enable only those methods you deem to be appropriate using a | delimited
  663. ;; whitelist.
  664. ;; For example:
  665. ;; enabled_methods = admin_broadcast|admin_save_oar|admin_save_xml
  666. ;; if this parameter is not specified but enabled = true, all methods
  667. ;; will be available
  668. ; enabled_methods = all
  669. ;; specify the default appearance for an avatar created through the remote
  670. ;; admin interface
  671. ;; This will only take effect is the file specified by the
  672. ;; default_appearance setting below exists
  673. ; default_male = Default Male
  674. ; default_female = Default Female
  675. ;; Update appearance copies inventory items and wearables of default
  676. ;; avatars. if this value is false, just worn assets are copied to the
  677. ;; Clothes folder; if true, all Clothes and Bodyparts subfolders are copied.
  678. ;; The receiver will wear the same items the default avatar did wear.
  679. ; copy_folders = false
  680. ;; Path to default appearance XML file that specifies the look of the
  681. ;; default avatars
  682. ; default_appearance = default_appearance.xml
  683. [Wind]
  684. ;# {enabled} {} {Enable wind module?} {true false} true
  685. ;; Enables the wind module.
  686. ; enabled = true
  687. ;# {wind_update_rate} {enabled:true} {Wind update rate in frames?} {} 150
  688. ;; How often should wind be updated, as a function of world frames.
  689. ;; Approximately 50 frames a second
  690. ; wind_update_rate = 150
  691. ;; The Default Wind Plugin to load
  692. ; wind_plugin = SimpleRandomWind
  693. ;; These settings are specific to the ConfigurableWind plugin
  694. ;; To use ConfigurableWind as the default, simply change wind_plugin
  695. ;; to ConfigurableWind and uncomment the following.
  696. ; avg_strength = 5.0
  697. ; avg_direction = 0.0
  698. ; var_strength = 5.0
  699. ; var_direction = 30.0
  700. ; rate_change = 1.0
  701. ;# {strength} {enabled:true wind_plugin:SimpleRandomWind} {Wind strength?} {} 1.0
  702. ;; This setting is specific to the SimpleRandomWind plugin
  703. ;; Adjusts wind strength. 0.0 = no wind, 1.0 = normal wind.
  704. ; strength = 1.0
  705. [LightShare]
  706. ;# {enable_windlight} {} {Enable LightShare technology?} {true false} false
  707. ;; This enables the transmission of Windlight scenes to supporting clients,
  708. ;; such as the Meta7 viewer.
  709. ;; It has no ill effect on viewers which do not support server-side
  710. ;; windlight settings.
  711. ; enable_windlight = false
  712. [Materials]
  713. ;# {enable_materials} {} {Enable Materials support?} {true false} true
  714. ;; This enables the use of Materials.
  715. ; enable_materials = true
  716. ; MaxMaterialsPerTransaction = 50
  717. [DataSnapshot]
  718. ;# {index_sims} {} {Enable data snapshotting (search)?} {true false} false
  719. ;; The following set of configs pertains to search.
  720. ;; Set index_sims to true to enable search engines to index your
  721. ;; searchable data.
  722. ;; If false, no data will be exposed, DataSnapshot module will be off,
  723. ;; and you can ignore the rest of these search-related configs.
  724. ; index_sims = false
  725. ;# {data_exposure} {index_sims:true} {How much data should be exposed?} {minimum all} minimum
  726. ;; The variable data_exposure controls what the regions expose:
  727. ;; minimum: exposes only things explicitly marked for search
  728. ;; all: exposes everything
  729. ; data_exposure = minimum
  730. ;# {gridname} {index_sims:true} {Enter the name fo your grid} {} OSGrid
  731. ;; If search is on, change this to your grid name; will be ignored for
  732. ;; standalones
  733. ; gridname = "OSGrid"
  734. ;# {default_snapshot_period} {index_sims:true} {Period between data snapshots?} {} 1200
  735. ;; Period between data snapshots, in seconds. 20 minutes, for starters,
  736. ;; so that you see the initial changes fast.
  737. ;; Later, you may want to increase this to 3600 (1 hour) or more
  738. ; default_snapshot_period = 1200
  739. ;; This will be created in bin, if it doesn't exist already. It will hold
  740. ;; the data snapshots.
  741. ; snapshot_cache_directory = "DataSnapshot"
  742. ;; [Supported, but obsolete]
  743. ;# {data_services} {index_sims:true} {Data service URLs to register with?} {} http://metaverseink.com/cgi-bin/register.py
  744. ; This semicolon-separated string serves to notify specific data services
  745. ; about the existence of this sim. Uncomment if you want to index your
  746. ; data with this and/or other search providers.
  747. ; data_services="http://metaverseink.com/cgi-bin/register.py"
  748. ;; New way of specifying data services, one per service
  749. ;DATA_SRV_MISearch = "http://metaverseink.com/cgi-bin/register.py"
  750. [Economy]
  751. ; the economy module in use
  752. ; To use other modules you need to override this setting
  753. ; economymodule = BetaGridLikeMoneyModule
  754. ; the url of the economy service.
  755. ; this must match the grid economy setting (also known as helperURI or CurrencyServer, etc)
  756. ; economy = https://the.currency.machine.fdqn:port/folder/folder...
  757. ;# {SellEnabled} {} {Enable selling for 0?} {true false} true
  758. ; The default economy module only implements just enough to allow free actions (transfer of objects, etc).
  759. ; There is no intention to implement anything further in core OpenSimulator.
  760. ; This functionality has to be provided by third party modules.
  761. ;; Enables selling things for $0. Default is true.
  762. ; SellEnabled = true
  763. ;# {PriceUpload} {} {Price for uploading?} {} 0
  764. ;; Money Unit fee to upload textures, animations etc. Default is 0.
  765. ; PriceUpload = 0
  766. ;# {PriceGroupCreate} {} {Fee for group creation} {} 0
  767. ;; Money Unit fee to create groups. Default is 0.
  768. ; PriceGroupCreate = 0
  769. [YEngine]
  770. ;; implements non preemptive microthreading, so fixing problems like llSleep or long events handlers
  771. ;; but those will suffer from timeslicing, so will be slower.
  772. ;; warning: scripts state is lost on TP or cross to Xengine regions (cars stop, etc)
  773. ;; ignore its extensions (subset of original XMRengine), those are still undefined.
  774. ; Enabled = false
  775. ;; llSetTimerEvent minimum value. Default 0.5s, 0.05s whould be more resonable
  776. ; MinTimerInterval = 0.5
  777. ;# {ScriptDelayFactor} {} {Multiplier for scripting delays} {} 1.0
  778. ;; Sets the multiplier for the scripting delays
  779. ; ScriptDelayFactor = 1.0
  780. ;# {ScriptDistanceLimitFactor} {} {Multiplier for 10.0m distance limits?} {}
  781. ;; The factor the 10 m distances limits are multiplied by
  782. ; ScriptDistanceLimitFactor = 1.0
  783. ;# {NotecardLineReadCharsMax} {} {Maximum length of notecard line?} {} 255
  784. ;; Maximum length of notecard line read
  785. ;; Increasing this to large values potentially opens
  786. ;; up the system to malicious scripters
  787. ; NotecardLineReadCharsMax = 255
  788. ;# {SensorMaxRange} {} {Sensor range} {} 96.0
  789. ;; Sensor settings
  790. ; SensorMaxRange = 96.0
  791. ;# {SensorMaxResults} {} {Max sensor results returned?} {}
  792. ; SensorMaxResults = 16
  793. ;# {ScriptEnginesPath} {} {Path to script assemblies} {} ScriptEngines
  794. ;; Path to script engine assemblies
  795. ;; Default is ./bin/ScriptEngines
  796. ; ScriptEnginesPath = "ScriptEngines"
  797. [XEngine]
  798. ;# {Enabled} {} {Enable the XEngine scripting engine?} {true false} true
  799. ;; Enable this engine in this OpenSim instance
  800. ; Enabled = true
  801. ;; How many threads to keep alive even if nothing is happening
  802. ; MinThreads = 2
  803. ;; How many threads to start at maximum load
  804. ; MaxThreads = 100
  805. ;; Time a thread must be idle (in seconds) before it dies
  806. ; IdleTimeout = 60
  807. ;; llSetTimerEvent minimum value. Default 0.5s, 0.05s whould be more resonable
  808. ; MinTimerInterval = 0.5
  809. ;# {Priority} {Enabled:true} {Priority for script engine threads?} {Lowest BelowNormal Normal AboveNormal Highest} BelowNormal
  810. ;; Thread priority ("Lowest", "BelowNormal", "Normal", "AboveNormal",
  811. ;; "Highest")
  812. ; Priority = "BelowNormal"
  813. ;; Maximum number of events to queue for a script (excluding timers)
  814. ; MaxScriptEventQueue = 300
  815. ;; Stack size per script engine thread in bytes.
  816. ;; If you are experiencing StackOverflowExceptions you may want to increase this (e.g. double it).
  817. ;; The trade-off may be increased memory usage by the script engine.
  818. ; ThreadStackSize = 262144
  819. ;; Set this to true to load each script into a separate
  820. ;; AppDomain.
  821. ;;
  822. ;; Setting this to false will load all script assemblies into the
  823. ;; current AppDomain, which will significantly improve script loading times.
  824. ;; It will also reduce initial per-script memory overhead.
  825. ;;
  826. ;; However, setting this to false will also prevent script DLLs from being unloaded from memory if the script is deleted.
  827. ;; This may cause an OutOfMemory problem over time when avatars with scripted attachments move in and out of the region.
  828. ;; at this time some mono versions seem to have problems with the true option
  829. ;; so default is now false until a fix is found, to simply life of less technical skilled users.
  830. ;; this should only be a issue if regions stay alive for a long time with lots of scripts added or edited.
  831. AppDomainLoading = false
  832. ;; Controls whether scripts are stopped by aborting their threads externally (abort) or by co-operative checks from the compiled script (co-op)
  833. ;; co-op will be more stable but this option is currently experimental.
  834. ;; If moving from co-op to abort, existing script DLLs will need to be recompiled.
  835. ;; This currently can only be done manually, either by setting DeleteScriptsOnStartup = true for one run
  836. ;; or by deleting the script DLL* files in bin/ScriptEngines/<region-id>/
  837. ;; One can move from co-op back to abort without recompilation, but reverting back to co-op again will need script recompile
  838. ;; Current valid values are "abort" and "co-op"
  839. ; ScriptStopStrategy = co-op
  840. ;# {DeleteScriptsOnStartup} {} {Delete previously compiled script DLLs on startup?} {true false} true
  841. ;; Controls whether previously compiled scripts DLLs are deleted on sim restart. If you set this to false
  842. ;; then startup will be considerably faster since scripts won't need to be recompiled. However, then it becomes your responsibility to delete the
  843. ;; compiled scripts if you're recompiling OpenSim from source code and internal interfaces used
  844. ;; by scripts have changed.
  845. ; DeleteScriptsOnStartup = true
  846. ;# {CompactMemOnLoad} {} {compacts memory on each script load at startup?} {true false} false
  847. ;; forces calls to memory garbage collector before loading each script DLL during region startup.
  848. ;; Peak memory usage is reduced and region starts with a more compacted memory allocation.
  849. ;; But this costs a lot of time, so region load will take a lot longer.
  850. ;; it is more usefull if there are no previously compiled scripts DLLs (as with DeleteScriptsOnStartup = true)
  851. ;CompactMemOnLoad = false
  852. ;; Compile debug info (line numbers) into the script assemblies
  853. ; CompileWithDebugInformation = true
  854. ; ==== Settings for MOD and OSSL functions have been moved to the [OSSL] section
  855. ;# {EventLimit} {} {Amount of time a script can spend in an event handler} {} 30
  856. ;; Time a script can spend in an event handler before it is interrupted
  857. ; EventLimit = 30
  858. ;# {KillTimedOutScripts} {} {Kill script in case of event time overruns?} {true false} false
  859. ;; If a script overruns it's event limit, kill the script?
  860. ; KillTimedOutScripts = false
  861. ;# {ScriptDelayFactor} {} {Multiplier for scripting delays} {} 1.0
  862. ;; Sets the multiplier for the scripting delays
  863. ; ScriptDelayFactor = 1.0
  864. ;# {ScriptDistanceLimitFactor} {} {Multiplier for 10.0m distance limits?} {}
  865. ;; The factor the 10 m distances limits are multiplied by
  866. ; ScriptDistanceLimitFactor = 1.0
  867. ;# {NotecardLineReadCharsMax} {} {Maximum length of notecard line?} {} 255
  868. ;; Maximum length of notecard line read
  869. ;; Increasing this to large values potentially opens
  870. ;; up the system to malicious scripters
  871. ; NotecardLineReadCharsMax = 255
  872. ;# {SensorMaxRange} {} {Sensor range} {} 96.0
  873. ;; Sensor settings
  874. ; SensorMaxRange = 96.0
  875. ;# {SensorMaxResults} {} {Max sensor results returned?} {}
  876. ; SensorMaxResults = 16
  877. ;# {DisableUndergroundMovement} {} {Disable underground movement of prims} {true false} true
  878. ;; Disable underground movement of prims (default true); set to
  879. ;; false to allow script controlled underground positioning of
  880. ;; prims
  881. ; DisableUndergroundMovement = true
  882. ;# {ScriptEnginesPath} {} {Path to script assemblies} {} ScriptEngines
  883. ;; Path to script engine assemblies
  884. ;; Default is ./bin/ScriptEngines
  885. ; ScriptEnginesPath = "ScriptEngines"
  886. [OSSL]
  887. ;# {Include-osslDefaultEnable} {} {Include file for enabling and permissions for OSSL functions} {}
  888. ;; If this INI file is not included, the OSSL functions are disabled.
  889. Include-osslDefaultEnable = "config-include/osslDefaultEnable.ini"
  890. [FreeSwitchVoice]
  891. ;; In order for this to work you need a functioning FreeSWITCH PBX set up.
  892. ;; Configuration details at http://opensimulator.org/wiki/Freeswitch_Module
  893. ; Enabled = false
  894. ;; You need to load a local service for a standalone, and a remote service
  895. ;; for a grid region. Use one of the lines below, as appropriate
  896. ;; If you're using Freeswitch on a standalone then you will also need to configure the [FreeswitchService] section in config-include/StandaloneCommon.ini
  897. ; LocalServiceModule = OpenSim.Services.FreeswitchService.dll:FreeswitchService
  898. ; LocalServiceModule = OpenSim.Services.Connectors.dll:RemoteFreeswitchConnector
  899. ;; If using a remote connector, specify the server URL
  900. ; FreeswitchServiceURL = http://my.grid.server:8004/fsapi
  901. [Groups]
  902. ;# {Enabled} {} {Enable groups?} {true false} false
  903. ;; Enables the groups module
  904. ; Enabled = false
  905. ;# {LevelGroupCreate} {Enabled:true} {User level for creating groups} {} 0
  906. ;; Minimum user level required to create groups
  907. ; LevelGroupCreate = 0
  908. ;# {Module} {Enabled:true} {Groups module to use? (Use GroupsModule to use Flotsam)} {Default "Groups Module V2"} Default
  909. ;; The default module can use a PHP XmlRpc server from the Flotsam project at
  910. ;; http://code.google.com/p/flotsam/
  911. ; Module = Default
  912. ;; or... use Groups Module V2, which works for standalones and robust grids
  913. ; Module = "Groups Module V2"
  914. ;# {StorageProvider} {Module:Groups Module V2} {The DLL that provides the storage for V2} {OpenSim.Data.MySQL.dll}
  915. ; StorageProvider = OpenSim.Data.MySQL.dll
  916. ;# {ServicesConnectorModule} {Module:GroupsModule Module:Groups Module V2} {Service connector to use for groups} {XmlRpcGroupsServicesConnector "Groups Local Service Connector" "Groups Remote Service Connector" "Groups HG Service Connector"} XmlRpcGroupsServicesConnector
  917. ;; Service connectors to the Groups Service as used in the GroupsModule. Select one as follows:
  918. ;; -- for Flotsam Groups use XmlRpcGroupsServicesConnector
  919. ;; -- for V2 Groups, standalone, non-HG use "Groups Local Service Connector"
  920. ;; -- for V2 Groups, grided sim, non-HG use "Groups Remote Service Connector"
  921. ;; -- for V2 Groups, HG, both standalone and grided sim, use "Groups HG Service Connector"
  922. ;; Note that the quotes "" around the words are important!
  923. ; ServicesConnectorModule = XmlRpcGroupsServicesConnector
  924. ;# {LocalService} {ServicesConnectorModule:Groups HG Service Connector} {Is the group service in this process or elsewhere?} {local remote} local
  925. ;; Used for V2 in HG only. If standalone, set this to local; if grided sim, set this to remote
  926. ; LocalService = local
  927. ;# {SecretKey} {ServicesConnectorModule:Groups Remote Service Connector} {Secret key between sim and remote group service} {} ""
  928. ;; Used for V2 in Remote only.
  929. ; SecretKey = ""
  930. ;# {GroupsServerURI} {Module:GroupsModule (ServicesConnectorModule:Groups Remote Service Connector or (ServicesConnectorModule:Groups HG Service Connector and LocalService:remote))} {Groups Server URI} {}
  931. ;; URI for the groups services of this grid
  932. ;; e.g. http://yourxmlrpcserver.com/xmlrpc.php for Flotsam XmlRpc
  933. ;; or ${Const|PrivURL}:${Const|PrivatePort} for robust, V2
  934. ;; Leave it commented for standalones, V2
  935. ; GroupsServerURI = ""
  936. ;# {HomeURI} {ServicesConnectorModule:Groups HG Service Connector} {What's the home address of this world?} {}
  937. ;; Used for V2 in HG only. For example
  938. ;; http://mygridserver.com:9000 or http://mygridserver.com:8002
  939. ;; If you have this set under [Startup], no need to set it here, leave it commented
  940. ; HomeURI = ""
  941. ;# {MessagingEnabled} {Module:GroupsModule Module:Groups Module V2} {Is groups messaging enabled?} {true false} true
  942. ; MessagingEnabled = true
  943. ;# {MessagingModule} {MessagingEnabled:true} {Module to use for groups messaging} {GroupsMessagingModule "Groups Messaging Module V2"} GroupsMessagingModule
  944. ; MessagingModule = GroupsMessagingModule
  945. ; or use "Groups Messaging Module V2" for Groups V2
  946. ; MessagingModule = "Groups Messaging Module V2"
  947. ;# {NoticesEnabled} {Module:GroupsModule Module:Groups Module V2} {Enable group notices?} {true false} true
  948. ;; Enable Group Notices
  949. ; NoticesEnabled = true
  950. ;# {MessageOnlineUsersOnly} {Module:GroupsModule Module} {Message online users only?} {true false} false
  951. ; Experimental option to only message online users rather than all users
  952. ; Should make large groups with few online members messaging faster, as the expense of more calls to presence service
  953. ; Applies Flotsam Group only. V2 has this always on, no other option
  954. ; MessageOnlineUsersOnly = false
  955. ;; This makes the Groups module very chatty on the console.
  956. ; DebugEnabled = false
  957. ; This makes the Group Messaging module very chatty on the console.
  958. ; DebugMessagingEnabled = false
  959. ;; XmlRpc Security settings. These must match those set on your backend
  960. ;; groups service if the service is using these keys
  961. ; XmlRpcServiceReadKey = 1234
  962. ; XmlRpcServiceWriteKey = 1234
  963. [InterestManagement]
  964. ;; This section controls how state updates are prioritized for each client
  965. ;# {UpdatePrioritizationScheme} {} {Update prioritization scheme?} {BestAvatarResponsiveness SimpleAngularDistance} BestAvatarResponsiveness
  966. ;; Valid values are BestAvatarResponsiveness and SimpleAngularDistance
  967. ;; SimpleAngularDistance does use more cpu
  968. ; UpdatePrioritizationScheme = BestAvatarResponsiveness
  969. ;; ObjectsCullingByDistance, if true, don't send object updates if outside view range
  970. ;; currently viewers are also told to delete objects that leave view range
  971. ;; only avater position is considered, free camera may not see objects
  972. ;; does increase cpu load
  973. ; ObjectsCullingByDistance = false
  974. [MediaOnAPrim]
  975. ;# {Enabled} {} {Enable Media-on-a-Prim (MOAP)} {true false} true
  976. ;; Enable media on a prim facilities
  977. ; Enabled = true
  978. [NPC]
  979. ;# {Enabled} {} {Enable Non Player Character (NPC) facilities} {true false} false
  980. ; Enabled = false
  981. ;; several options to control NPCs creation
  982. ;# {AllowNotOwned} {} {allow NPCs to be created not Owned} {true false} true
  983. ;; allow NPCs to be created not Owned {true false} default: true
  984. ; AllowNotOwned = true
  985. ;# {AllowSenseAsAvatar} {} {allow NPCs to set to be sensed as Avatars} {true false} true
  986. ;; allow NPCs to set to be sensed as Avatars {true false} default: true
  987. ; AllowSenseAsAvatar = true
  988. ;# {AllowCloneOtherAvatars} {} {allow NPCs to created cloning any avatar in region} {true false} true
  989. ;; allow NPCs to created cloning any avatar in region {true false} default: true
  990. ; AllowCloneOtherAvatars = true
  991. ;# {NoNPCGroup} {} {if true NPCs will have no group title, if false display "- NPC -"} {true false} true
  992. ;; if true NPCs will have no group title, if false display "- NPC -" for easy identification {true false} default: true
  993. ; NoNPCGroup = true
  994. [Terrain]
  995. ;# {InitialTerrain} {} {Initial terrain type} {pinhead-island flat} pinhead-island
  996. ; InitialTerrain = "pinhead-island"
  997. [LandManagement]
  998. ;; set this to false to not display parcel ban lines
  999. ;ShowParcelBansLines = true
  1000. [UserProfiles]
  1001. ;# {ProfileServiceURL} {} {Set url to UserProfilesService} {}
  1002. ;; Set the value of the url to your UserProfilesService
  1003. ;; If un-set / "" the module is disabled
  1004. ;; ProfileServiceURL = ${Const|BaseURL}:${Const|PublicPort}
  1005. ;# {AllowUserProfileWebURLs} {} {allow user profiles web urls} {true false} true
  1006. ;; set this to false to prevent your users to be sent to unknown
  1007. ;; web sites by other users on their profiles
  1008. ; AllowUserProfileWebURLs = true
  1009. [XBakes]
  1010. ;# {URL} {} {Set URL for Baked texture service} {}
  1011. ;; Sets the URL for the baked texture ROBUST service.
  1012. ;; Disabled when unset.
  1013. ;; URL = ${Const|PrivURL}:${Const|PrivatePort}
  1014. ;;
  1015. ;; Optional module to highlight God names in the viewer.
  1016. ;; Uncomment and customize appropriately if you want this behavior.
  1017. ;;
  1018. ;[GodNames]
  1019. ; Enabled = false
  1020. ; FullNames = "Test User, Foo Bar"
  1021. ; Surnames = "Kryztlsk"
  1022. [Architecture]
  1023. ;# {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/Standalone.ini
  1024. ;; Uncomment one of the following includes as required. For instance, to create a standalone OpenSim,
  1025. ;; uncomment Include-Architecture = "config-include/Standalone.ini"
  1026. ;;
  1027. ;; Then you will need to copy and edit the corresponding *Common.example file in config-include/
  1028. ;; that the referenced .ini file goes on to include.
  1029. ;;
  1030. ;; For instance, if you chose "config-include/Standalone.ini" then you will need to copy
  1031. ;; "config-include/StandaloneCommon.ini.example" to "config-include/StandaloneCommon.ini" before
  1032. ;; editing it to set the database and backend services that OpenSim will use.
  1033. ;;
  1034. Include-Architecture = "config-include/Standalone.ini"
  1035. ; Include-Architecture = "config-include/StandaloneHypergrid.ini"
  1036. ; Include-Architecture = "config-include/Grid.ini"
  1037. ; Include-Architecture = "config-include/GridHypergrid.ini"