aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSimDefaults.ini
diff options
context:
space:
mode:
authorBlueWall2011-04-13 09:53:44 -0400
committerBlueWall2011-04-13 09:53:44 -0400
commitd3457eae7a33f01a8fa906c4040792cdc4a67857 (patch)
treef92e60733b8397576b86c486e05aa5219f27d034 /bin/OpenSimDefaults.ini
parentMerge branch 'master' of /home/opensim/src/OpenSim/Core (diff)
parentMove example HttpProxy setting to OpenSim.ini.example and tidy (diff)
downloadopensim-SC_OLD-d3457eae7a33f01a8fa906c4040792cdc4a67857.zip
opensim-SC_OLD-d3457eae7a33f01a8fa906c4040792cdc4a67857.tar.gz
opensim-SC_OLD-d3457eae7a33f01a8fa906c4040792cdc4a67857.tar.bz2
opensim-SC_OLD-d3457eae7a33f01a8fa906c4040792cdc4a67857.tar.xz
Merge branch 'master' of /home/git/repo/OpenSim
Diffstat (limited to '')
-rw-r--r--bin/OpenSimDefaults.ini44
1 files changed, 22 insertions, 22 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index 96ffb7e..f857b8d 100644
--- a/bin/OpenSimDefaults.ini
+++ b/bin/OpenSimDefaults.ini
@@ -1,3 +1,7 @@
1; This file contains defaults for various settings in OpenSimulator. These can be overriden
2; by changing the same setting in OpenSim.ini (once OpenSim.ini.example has been copied to OpenSim.ini).
3
4
1[Startup] 5[Startup]
2 ; Set this to true if you want to log crashes to disk 6 ; Set this to true if you want to log crashes to disk
3 ; this can be useful when submitting bug reports. 7 ; this can be useful when submitting bug reports.
@@ -10,15 +14,6 @@
10 ; Place to create a PID file 14 ; Place to create a PID file
11 ; PIDFile = "/tmp/my.pid" 15 ; PIDFile = "/tmp/my.pid"
12 16
13 ; Http proxy support for llHTTPRequest and dynamic texture loading
14 ; Set HttpProxy to the URL for your proxy server if you would like
15 ; to proxy llHTTPRequests through a firewall
16 ; HttpProxy = "http://proxy.com"
17 ; Set HttpProxyExceptions to a list of regular expressions for
18 ; URLs that you don't want going through the proxy such as servers
19 ; inside your firewall, separate patterns with a ';'
20 ; HttpProxyExceptions = ".mydomain.com;localhost"
21
22 startup_console_commands_file = "startup_commands.txt" 17 startup_console_commands_file = "startup_commands.txt"
23 shutdown_console_commands_file = "shutdown_commands.txt" 18 shutdown_console_commands_file = "shutdown_commands.txt"
24 19
@@ -287,6 +282,7 @@
287 ;SMTP_SERVER_LOGIN=foo 282 ;SMTP_SERVER_LOGIN=foo
288 ;SMTP_SERVER_PASSWORD=bar 283 ;SMTP_SERVER_PASSWORD=bar
289 284
285
290[Network] 286[Network]
291 ConsoleUser = "Test" 287 ConsoleUser = "Test"
292 ConsolePass = "secret" 288 ConsolePass = "secret"
@@ -317,6 +313,7 @@
317 ; " (Mozilla Compatible)" to the text where there are problems with a web server 313 ; " (Mozilla Compatible)" to the text where there are problems with a web server
318 ;user_agent = "OpenSim LSL (Mozilla Compatible)" 314 ;user_agent = "OpenSim LSL (Mozilla Compatible)"
319 315
316
320[XMLRPC] 317[XMLRPC]
321 ; ## 318 ; ##
322 ; ## Scripting XMLRPC mapper 319 ; ## Scripting XMLRPC mapper
@@ -330,6 +327,7 @@
330 ;XmlRpcRouterModule = "XmlRpcRouterModule" 327 ;XmlRpcRouterModule = "XmlRpcRouterModule"
331 ;XmlRpcPort = 20800 328 ;XmlRpcPort = 20800
332 329
330
333[ClientStack.LindenUDP] 331[ClientStack.LindenUDP]
334 ; Set this to true to process incoming packets asynchronously. Networking is 332 ; Set this to true to process incoming packets asynchronously. Networking is
335 ; already separated from packet handling with a queue, so this will only 333 ; already separated from packet handling with a queue, so this will only
@@ -422,6 +420,7 @@
422 ; 420 ;
423 ;DisableFacelights = "false" 421 ;DisableFacelights = "false"
424 422
423
425[Chat] 424[Chat]
426 ; Controls whether the chat module is enabled. Default is true. 425 ; Controls whether the chat module is enabled. Default is true.
427 enabled = true; 426 enabled = true;
@@ -680,6 +679,7 @@
680 ; path to default appearance XML file that specifies the look of the default avatars 679 ; path to default appearance XML file that specifies the look of the default avatars
681 ;default_appearance = default_appearance.xml 680 ;default_appearance = default_appearance.xml
682 681
682
683[RestPlugins] 683[RestPlugins]
684 ; Change this to true to enable REST Plugins. This must be true if you wish to use 684 ; Change this to true to enable REST Plugins. This must be true if you wish to use
685 ; REST Region or REST Asset and Inventory Plugins 685 ; REST Region or REST Asset and Inventory Plugins
@@ -706,11 +706,10 @@
706 flush-on-error = true 706 flush-on-error = true
707 707
708 708
709; Uncomment the following for IRC bridge 709; IRC bridge is experimental, so if it breaks... keep both parts... yada yada
710; experimental, so if it breaks... keep both parts... yada yada
711; also, not good error detection when it fails 710; also, not good error detection when it fails
712;[IRC] 711[IRC]
713 ;enabled = true ; you need to set this otherwise it won't connect 712 enabled = false; you need to set this to true otherwise it won't connect
714 ;server = name.of.irc.server.on.the.net 713 ;server = name.of.irc.server.on.the.net
715 ;; user password - only use this if the server requires one 714 ;; user password - only use this if the server requires one
716 ;password = mypass 715 ;password = mypass
@@ -767,14 +766,14 @@
767 ;exclude_list=User 1,User 2,User 3 766 ;exclude_list=User 1,User 2,User 3
768 767
769 768
770;[CMS] 769[CMS]
771 ;enabled = true 770 enabled = false
772 ;channel = 345 771 ;channel = 345
773 772
774 773
775; Uncomment the following to control the progression of daytime 774; The following settings control the progression of daytime
776; in the Sim. The defaults are what is shown below 775; in the Sim. The defaults are the same as the commented out settings
777;[Sun] 776[Sun]
778 ; number of wall clock hours for an opensim day. 24.0 would mean realtime 777 ; number of wall clock hours for an opensim day. 24.0 would mean realtime
779 ;day_length = 4 778 ;day_length = 4
780 ; Year length in days 779 ; Year length in days
@@ -821,12 +820,13 @@
821 ; default is 1000 820 ; default is 1000
822 cloud_update_rate = 1000 821 cloud_update_rate = 1000
823 822
824[LightShare]
825 823
824[LightShare]
826 ; This enables the transmission of Windlight scenes to supporting clients, such as the Meta7 viewer. 825 ; This enables the transmission of Windlight scenes to supporting clients, such as the Meta7 viewer.
827 ; It has no ill effect on viewers which do not support server-side windlight settings. 826 ; It has no ill effect on viewers which do not support server-side windlight settings.
828 ; Currently we only have support for MySQL databases. 827 ; Currently we only have support for MySQL databases.
829 enable_windlight = false; 828 enable_windlight = false
829
830 830
831[Trees] 831[Trees]
832 ; Enable this to allow the tree module to manage your sim trees, including growing, reproducing and dying 832 ; Enable this to allow the tree module to manage your sim trees, including growing, reproducing and dying
@@ -838,7 +838,6 @@
838 838
839 839
840[VectorRender] 840[VectorRender]
841
842 ; the font to use for rendering text (default: Arial) 841 ; the font to use for rendering text (default: Arial)
843 ; font_name = "Arial" 842 ; font_name = "Arial"
844 843
@@ -1032,6 +1031,7 @@
1032 ;; Path to script assemblies 1031 ;; Path to script assemblies
1033 ; ScriptEnginesPath = "ScriptEngines" 1032 ; ScriptEnginesPath = "ScriptEngines"
1034 1033
1034
1035[OpenGridProtocol] 1035[OpenGridProtocol]
1036 ;These are the settings for the Open Grid Protocol.. the Agent Domain, Region Domain, you know.. 1036 ;These are the settings for the Open Grid Protocol.. the Agent Domain, Region Domain, you know..
1037 ;On/true or Off/false 1037 ;On/true or Off/false
@@ -1240,11 +1240,11 @@
1240 ChildReprioritizationDistance = 20.0 1240 ChildReprioritizationDistance = 20.0
1241 1241
1242 1242
1243[WebStats]
1244; View region statistics via a web page 1243; View region statistics via a web page
1245; See http://opensimulator.org/wiki/FAQ#Region_Statistics_on_a_Web_Page 1244; See http://opensimulator.org/wiki/FAQ#Region_Statistics_on_a_Web_Page
1246; Use a web browser and type in the "Login URI" + "/SStats/" 1245; Use a web browser and type in the "Login URI" + "/SStats/"
1247; For example- http://127.0.0.1:9000/SStats/ 1246; For example- http://127.0.0.1:9000/SStats/
1247[WebStats]
1248; enabled=false 1248; enabled=false
1249 1249
1250 1250