aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini.example
diff options
context:
space:
mode:
authorKevin Cozens2017-05-22 11:10:39 -0400
committerKevin Cozens2017-06-09 10:14:09 -0400
commit3cddfddc3f3aaa0e463e6fd8ddb87a0e2afff5b8 (patch)
tree89b788a352f9ee23b9cef14955e217afb747310d /bin/OpenSim.ini.example
parentFixed typo in log message (diff)
downloadopensim-SC_OLD-3cddfddc3f3aaa0e463e6fd8ddb87a0e2afff5b8.zip
opensim-SC_OLD-3cddfddc3f3aaa0e463e6fd8ddb87a0e2afff5b8.tar.gz
opensim-SC_OLD-3cddfddc3f3aaa0e463e6fd8ddb87a0e2afff5b8.tar.bz2
opensim-SC_OLD-3cddfddc3f3aaa0e463e6fd8ddb87a0e2afff5b8.tar.xz
Minor changes to commented text in bin/OpenSim.ini.example
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r--bin/OpenSim.ini.example17
1 files changed, 8 insertions, 9 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index 5d969ce..543b7f8 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -141,7 +141,7 @@
141 ;; The XML here has the same format as it does on the filesystem 141 ;; The XML here has the same format as it does on the filesystem
142 ;; (including the <Root> tag), except that everything is also enclosed 142 ;; (including the <Root> tag), except that everything is also enclosed
143 ;; in a <Regions> tag. 143 ;; in a <Regions> tag.
144 ; regionload_webserver_url = "http://example.com/regions.xml"; 144 ; regionload_webserver_url = "http://example.com/regions.xml"
145 145
146 ;# {allow_regionless} {} {Allow simulator to start up with no regions configured.} {true false} false 146 ;# {allow_regionless} {} {Allow simulator to start up with no regions configured.} {true false} false
147 ;; Allow the simulator to start up if there are no region configuration available 147 ;; Allow the simulator to start up if there are no region configuration available
@@ -289,8 +289,8 @@
289 ;; SpawnPointRouting adjusts the landing for incoming avatars. 289 ;; SpawnPointRouting adjusts the landing for incoming avatars.
290 ;; "closest" will place the avatar at the SpawnPoint located in the closest 290 ;; "closest" will place the avatar at the SpawnPoint located in the closest
291 ;; available spot to the destination (typically map click/landmark). 291 ;; available spot to the destination (typically map click/landmark).
292 ;; "random" will place the avatar on a randomly selected spawnpoint; 292 ;; "random" will place the avatar on a randomly selected spawnpoint.
293 ;; "sequence" will place the avatar on the next sequential SpawnPoint 293 ;; "sequence" will place the avatar on the next sequential SpawnPoint.
294 ; SpawnPointRouting = closest 294 ; SpawnPointRouting = closest
295 295
296 ;# {TelehubAllowLandmark} {} {Allow users with landmarks to override telehub routing} {true false} false 296 ;# {TelehubAllowLandmark} {} {Allow users with landmarks to override telehub routing} {true false} false
@@ -367,8 +367,8 @@
367 ; TexturePrimSize = 48 367 ; TexturePrimSize = 48
368 368
369 ;# {RenderMeshes} {} {Render meshes and sculpties on map tiles?} {true false} false 369 ;# {RenderMeshes} {} {Render meshes and sculpties on map tiles?} {true false} false
370 ;; Attempt to render meshes and sculpties on the map 370 ;; Attempt to render meshes and sculpties on the map.
371 ; RenderMeshes = false; 371 ; RenderMeshes = false
372 372
373 373
374[Permissions] 374[Permissions]
@@ -550,7 +550,7 @@
550 ;; web server 550 ;; web server
551 ; user_agent = "OpenSim LSL (Mozilla Compatible)" 551 ; user_agent = "OpenSim LSL (Mozilla Compatible)"
552 552
553 ;; The follow 3 variables are for HTTP Basic Authentication for the Robust services. 553 ;; The following 3 variables are for HTTP Basic Authentication for the Robust services.
554 ;; Use this if your central services in port 8003 need to be accessible on the Internet 554 ;; Use this if your central services in port 8003 need to be accessible on the Internet
555 ;; but you want to protect them from unauthorized access. The username and password 555 ;; but you want to protect them from unauthorized access. The username and password
556 ;; here need to match the ones in the Robust service configuration. 556 ;; here need to match the ones in the Robust service configuration.
@@ -615,7 +615,6 @@
615 615
616 616
617[SimulatorFeatures] 617[SimulatorFeatures]
618
619 ;# {SearchServerURI} {} {URL of the search server} {} 618 ;# {SearchServerURI} {} {URL of the search server} {}
620 ;; Optional. If given this serves the same purpose as the grid wide 619 ;; Optional. If given this serves the same purpose as the grid wide
621 ;; [LoginServices] SearchURL setting and will override that where 620 ;; [LoginServices] SearchURL setting and will override that where
@@ -672,7 +671,7 @@
672 ;; For standalones, this is the storage dll. 671 ;; For standalones, this is the storage dll.
673 ; StorageProvider = OpenSim.Data.MySQL.dll 672 ; StorageProvider = OpenSim.Data.MySQL.dll
674 673
675 ;# {MuteListModule} {OfflineMessageModule:OfflineMessageModule} {} {} MuteListModule 674 ;# {MuteListModule} {OfflineMessageModule:OfflineMessageModule} {} {} None
676 ;; Mute list handler (not yet implemented). MUST BE SET to allow offline 675 ;; Mute list handler (not yet implemented). MUST BE SET to allow offline
677 ;; messages to work 676 ;; messages to work
678 ; MuteListModule = MuteListModule 677 ; MuteListModule = MuteListModule
@@ -1128,7 +1127,7 @@
1128[MediaOnAPrim] 1127[MediaOnAPrim]
1129 ;# {Enabled} {} {Enable Media-on-a-Prim (MOAP)} {true false} true 1128 ;# {Enabled} {} {Enable Media-on-a-Prim (MOAP)} {true false} true
1130 ;; Enable media on a prim facilities 1129 ;; Enable media on a prim facilities
1131 ; Enabled = true; 1130 ; Enabled = true
1132 1131
1133 1132
1134[NPC] 1133[NPC]