diff options
author | PixelTomsen | 2012-05-23 21:06:25 +0200 |
---|---|---|
committer | BlueWall | 2012-05-23 17:04:19 -0400 |
commit | bc543c1797c629a8584dd2e74d3c5f7a67de96c9 (patch) | |
tree | b7521f1875c349929dbfc79ef6562cf7082fd72e /bin/OpenSimDefaults.ini | |
parent | Format cleanup (diff) | |
download | opensim-SC_OLD-bc543c1797c629a8584dd2e74d3c5f7a67de96c9.zip opensim-SC_OLD-bc543c1797c629a8584dd2e74d3c5f7a67de96c9.tar.gz opensim-SC_OLD-bc543c1797c629a8584dd2e74d3c5f7a67de96c9.tar.bz2 opensim-SC_OLD-bc543c1797c629a8584dd2e74d3c5f7a67de96c9.tar.xz |
Environment Module - allows Environment settings for Viewer3 warning: includes database region store migrations for mssql, mysql, sqlite
enable/disable this module:
Cap_EnvironmentSettings = "localhost" (for enable)
Cap_EnvironmentSettings = "" (for disable) at ClientStack.LindenCaps section (OpenSimDefaults.ini file)
or owerwrite in OpenSim.ini
mantis: http://opensimulator.org/mantis/view.php?id=5860
Signed-off-by: BlueWall <jamesh@bluewallgroup.com>
Diffstat (limited to 'bin/OpenSimDefaults.ini')
-rw-r--r-- | bin/OpenSimDefaults.ini | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index 7962ef8..5da3ba2 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -534,7 +534,7 @@ | |||
534 | ; silly vanity "Facelights" dead. Sorry, head mounted miner's lamps | 534 | ; silly vanity "Facelights" dead. Sorry, head mounted miner's lamps |
535 | ; will also be affected. | 535 | ; will also be affected. |
536 | ; | 536 | ; |
537 | ;DisableFacelights = "false(1815) | 537 | ;DisableFacelights = false |
538 | 538 | ||
539 | [ClientStack.LindenCaps] | 539 | [ClientStack.LindenCaps] |
540 | ;; Long list of capabilities taken from | 540 | ;; Long list of capabilities taken from |
@@ -549,6 +549,7 @@ | |||
549 | Cap_CopyInventoryFromNotecard = "localhost" | 549 | Cap_CopyInventoryFromNotecard = "localhost" |
550 | Cap_DispatchRegionInfo = "" | 550 | Cap_DispatchRegionInfo = "" |
551 | Cap_EstateChangeInfo = "" | 551 | Cap_EstateChangeInfo = "" |
552 | Cap_EnvironmentSettings = "localhost" | ||
552 | Cap_EventQueueGet = "localhost" | 553 | Cap_EventQueueGet = "localhost" |
553 | Cap_FetchInventory = "" | 554 | Cap_FetchInventory = "" |
554 | Cap_ObjectMedia = "localhost" | 555 | Cap_ObjectMedia = "localhost" |