This commit is contained in:
UbitUmarov
2017-06-10 02:48:51 +01:00
14 changed files with 181 additions and 110 deletions

View File

@@ -138,7 +138,7 @@
;; The XML here has the same format as it does on the filesystem
;; (including the <Root> tag), except that everything is also enclosed
;; in a <Regions> tag.
; regionload_webserver_url = "http://example.com/regions.xml";
; regionload_webserver_url = "http://example.com/regions.xml"
;# {allow_regionless} {} {Allow simulator to start up with no regions configured.} {true false} false
;; Allow the simulator to start up if there are no region configuration available
@@ -286,8 +286,8 @@
;; SpawnPointRouting adjusts the landing for incoming avatars.
;; "closest" will place the avatar at the SpawnPoint located in the closest
;; available spot to the destination (typically map click/landmark).
;; "random" will place the avatar on a randomly selected spawnpoint;
;; "sequence" will place the avatar on the next sequential SpawnPoint
;; "random" will place the avatar on a randomly selected spawnpoint.
;; "sequence" will place the avatar on the next sequential SpawnPoint.
; SpawnPointRouting = closest
;# {TelehubAllowLandmark} {} {Allow users with landmarks to override telehub routing} {true false} false
@@ -375,8 +375,8 @@
; TexturePrimSize = 48
;# {RenderMeshes} {} {Render meshes and sculpties on map tiles?} {true false} false
;; Attempt to render meshes and sculpties on the map
; RenderMeshes = false;
;; Attempt to render meshes and sculpties on the map.
; RenderMeshes = false
[Permissions]
@@ -585,7 +585,7 @@
;; web server
; user_agent = "OpenSim LSL (Mozilla Compatible)"
;; The follow 3 variables are for HTTP Basic Authentication for the Robust services.
;; The following 3 variables are for HTTP Basic Authentication for the Robust services.
;; Use this if your central services in port 8003 need to be accessible on the Internet
;; but you want to protect them from unauthorized access. The username and password
;; here need to match the ones in the Robust service configuration.
@@ -650,7 +650,6 @@
[SimulatorFeatures]
;# {SearchServerURI} {} {URL of the search server} {}
;; Optional. If given this serves the same purpose as the grid wide
;; [LoginServices] SearchURL setting and will override that where
@@ -707,7 +706,7 @@
;; For standalones, this is the storage dll.
; StorageProvider = OpenSim.Data.MySQL.dll
;# {MuteListModule} {OfflineMessageModule:OfflineMessageModule} {} {} MuteListModule
;# {MuteListModule} {OfflineMessageModule:OfflineMessageModule} {} {} None
;; Mute list handler (not yet implemented). MUST BE SET to allow offline
;; messages to work
; MuteListModule = MuteListModule
@@ -1163,7 +1162,7 @@
[MediaOnAPrim]
;# {Enabled} {} {Enable Media-on-a-Prim (MOAP)} {true false} true
;; Enable media on a prim facilities
; Enabled = true;
; Enabled = true
[NPC]