OpenSim.ini.example 60 KB

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