aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-04-11 21:42:28 +0100
committerJustin Clark-Casey (justincc)2011-04-11 21:42:28 +0100
commitfda393b088e625b5811520af6bd502e2471cd8e7 (patch)
tree1d102557192e22c550db511ba093d53228516c6a /bin
parentAdd more instructions to OpenSim.ini.example to try and make it more understa... (diff)
downloadopensim-SC_OLD-fda393b088e625b5811520af6bd502e2471cd8e7.zip
opensim-SC_OLD-fda393b088e625b5811520af6bd502e2471cd8e7.tar.gz
opensim-SC_OLD-fda393b088e625b5811520af6bd502e2471cd8e7.tar.bz2
opensim-SC_OLD-fda393b088e625b5811520af6bd502e2471cd8e7.tar.xz
Add information comment to top of OpenSimDefaults.ini and make file consistent
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSimDefaults.ini35
1 files changed, 22 insertions, 13 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index 96ffb7e..d6eee0e 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.
@@ -287,6 +291,7 @@
287 ;SMTP_SERVER_LOGIN=foo 291 ;SMTP_SERVER_LOGIN=foo
288 ;SMTP_SERVER_PASSWORD=bar 292 ;SMTP_SERVER_PASSWORD=bar
289 293
294
290[Network] 295[Network]
291 ConsoleUser = "Test" 296 ConsoleUser = "Test"
292 ConsolePass = "secret" 297 ConsolePass = "secret"
@@ -317,6 +322,7 @@
317 ; " (Mozilla Compatible)" to the text where there are problems with a web server 322 ; " (Mozilla Compatible)" to the text where there are problems with a web server
318 ;user_agent = "OpenSim LSL (Mozilla Compatible)" 323 ;user_agent = "OpenSim LSL (Mozilla Compatible)"
319 324
325
320[XMLRPC] 326[XMLRPC]
321 ; ## 327 ; ##
322 ; ## Scripting XMLRPC mapper 328 ; ## Scripting XMLRPC mapper
@@ -330,6 +336,7 @@
330 ;XmlRpcRouterModule = "XmlRpcRouterModule" 336 ;XmlRpcRouterModule = "XmlRpcRouterModule"
331 ;XmlRpcPort = 20800 337 ;XmlRpcPort = 20800
332 338
339
333[ClientStack.LindenUDP] 340[ClientStack.LindenUDP]
334 ; Set this to true to process incoming packets asynchronously. Networking is 341 ; Set this to true to process incoming packets asynchronously. Networking is
335 ; already separated from packet handling with a queue, so this will only 342 ; already separated from packet handling with a queue, so this will only
@@ -422,6 +429,7 @@
422 ; 429 ;
423 ;DisableFacelights = "false" 430 ;DisableFacelights = "false"
424 431
432
425[Chat] 433[Chat]
426 ; Controls whether the chat module is enabled. Default is true. 434 ; Controls whether the chat module is enabled. Default is true.
427 enabled = true; 435 enabled = true;
@@ -680,6 +688,7 @@
680 ; path to default appearance XML file that specifies the look of the default avatars 688 ; path to default appearance XML file that specifies the look of the default avatars
681 ;default_appearance = default_appearance.xml 689 ;default_appearance = default_appearance.xml
682 690
691
683[RestPlugins] 692[RestPlugins]
684 ; Change this to true to enable REST Plugins. This must be true if you wish to use 693 ; 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 694 ; REST Region or REST Asset and Inventory Plugins
@@ -706,11 +715,10 @@
706 flush-on-error = true 715 flush-on-error = true
707 716
708 717
709; Uncomment the following for IRC bridge 718; 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 719; also, not good error detection when it fails
712;[IRC] 720[IRC]
713 ;enabled = true ; you need to set this otherwise it won't connect 721 enabled = false; you need to set this to true otherwise it won't connect
714 ;server = name.of.irc.server.on.the.net 722 ;server = name.of.irc.server.on.the.net
715 ;; user password - only use this if the server requires one 723 ;; user password - only use this if the server requires one
716 ;password = mypass 724 ;password = mypass
@@ -767,14 +775,14 @@
767 ;exclude_list=User 1,User 2,User 3 775 ;exclude_list=User 1,User 2,User 3
768 776
769 777
770;[CMS] 778[CMS]
771 ;enabled = true 779 enabled = false
772 ;channel = 345 780 ;channel = 345
773 781
774 782
775; Uncomment the following to control the progression of daytime 783; The following settings control the progression of daytime
776; in the Sim. The defaults are what is shown below 784; in the Sim. The defaults are the same as the commented out settings
777;[Sun] 785[Sun]
778 ; number of wall clock hours for an opensim day. 24.0 would mean realtime 786 ; number of wall clock hours for an opensim day. 24.0 would mean realtime
779 ;day_length = 4 787 ;day_length = 4
780 ; Year length in days 788 ; Year length in days
@@ -821,12 +829,13 @@
821 ; default is 1000 829 ; default is 1000
822 cloud_update_rate = 1000 830 cloud_update_rate = 1000
823 831
824[LightShare]
825 832
833[LightShare]
826 ; This enables the transmission of Windlight scenes to supporting clients, such as the Meta7 viewer. 834 ; 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. 835 ; It has no ill effect on viewers which do not support server-side windlight settings.
828 ; Currently we only have support for MySQL databases. 836 ; Currently we only have support for MySQL databases.
829 enable_windlight = false; 837 enable_windlight = false
838
830 839
831[Trees] 840[Trees]
832 ; Enable this to allow the tree module to manage your sim trees, including growing, reproducing and dying 841 ; Enable this to allow the tree module to manage your sim trees, including growing, reproducing and dying
@@ -838,7 +847,6 @@
838 847
839 848
840[VectorRender] 849[VectorRender]
841
842 ; the font to use for rendering text (default: Arial) 850 ; the font to use for rendering text (default: Arial)
843 ; font_name = "Arial" 851 ; font_name = "Arial"
844 852
@@ -1032,6 +1040,7 @@
1032 ;; Path to script assemblies 1040 ;; Path to script assemblies
1033 ; ScriptEnginesPath = "ScriptEngines" 1041 ; ScriptEnginesPath = "ScriptEngines"
1034 1042
1043
1035[OpenGridProtocol] 1044[OpenGridProtocol]
1036 ;These are the settings for the Open Grid Protocol.. the Agent Domain, Region Domain, you know.. 1045 ;These are the settings for the Open Grid Protocol.. the Agent Domain, Region Domain, you know..
1037 ;On/true or Off/false 1046 ;On/true or Off/false
@@ -1240,11 +1249,11 @@
1240 ChildReprioritizationDistance = 20.0 1249 ChildReprioritizationDistance = 20.0
1241 1250
1242 1251
1243[WebStats]
1244; View region statistics via a web page 1252; View region statistics via a web page
1245; See http://opensimulator.org/wiki/FAQ#Region_Statistics_on_a_Web_Page 1253; See http://opensimulator.org/wiki/FAQ#Region_Statistics_on_a_Web_Page
1246; Use a web browser and type in the "Login URI" + "/SStats/" 1254; Use a web browser and type in the "Login URI" + "/SStats/"
1247; For example- http://127.0.0.1:9000/SStats/ 1255; For example- http://127.0.0.1:9000/SStats/
1256[WebStats]
1248; enabled=false 1257; enabled=false
1249 1258
1250 1259