diff options
author | Justin Clark-Casey (justincc) | 2015-01-21 00:54:13 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2015-01-21 00:54:13 +0000 |
commit | d9bfc710c09d9a897657dd9c0286a064e7413cc6 (patch) | |
tree | 99a2c479b7c066c2b6f9f6021a026bf7a84dd4b7 /bin/OpenSim.ini.example | |
parent | minor: Comment out log line for the SimulatorFeatures cap request for now to ... (diff) | |
download | opensim-SC-d9bfc710c09d9a897657dd9c0286a064e7413cc6.zip opensim-SC-d9bfc710c09d9a897657dd9c0286a064e7413cc6.tar.gz opensim-SC-d9bfc710c09d9a897657dd9c0286a064e7413cc6.tar.bz2 opensim-SC-d9bfc710c09d9a897657dd9c0286a064e7413cc6.tar.xz |
Replace the tabs that have crept into isolated places in config and config example files with spaces
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSim.ini.example | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index c9a5f65..d352c33 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -101,10 +101,10 @@ | |||
101 | ; be stored here. The OpenSim.exe process must have R/W access to the location. | 101 | ; be stored here. The OpenSim.exe process must have R/W access to the location. |
102 | ; RegistryLocation = "." | 102 | ; RegistryLocation = "." |
103 | 103 | ||
104 | ;# {ConfigDirectory} {} {Set path to directory for modular ini files} {} | 104 | ;# {ConfigDirectory} {} {Set path to directory for modular ini files} {} |
105 | ; Used by region module addins. You can set this to outside bin, so that addin | 105 | ; Used by region module addins. You can set this to outside bin, so that addin |
106 | ; configurations will survive updates. The OpenSim.exe process must have R/W access | 106 | ; configurations will survive updates. The OpenSim.exe process must have R/W access |
107 | ; to the location. | 107 | ; to the location. |
108 | ; ConfigDirectory = "." | 108 | ; ConfigDirectory = "." |
109 | 109 | ||
110 | ;# {region_info_source} {} {Where to load region from?} {filesystem web} filesystem | 110 | ;# {region_info_source} {} {Where to load region from?} {filesystem web} filesystem |
@@ -164,7 +164,7 @@ | |||
164 | ;; physical prim max, clamp the dimensions to the appropriate maximum | 164 | ;; physical prim max, clamp the dimensions to the appropriate maximum |
165 | ;; This can be overridden in the region config file. | 165 | ;; This can be overridden in the region config file. |
166 | ; ClampPrimSize = false | 166 | ; ClampPrimSize = false |
167 | 167 | ||
168 | ;# {LinksetPrims} {} {Max prims an object will hold?} {} 0 | 168 | ;# {LinksetPrims} {} {Max prims an object will hold?} {} 0 |
169 | ;; Maximum number of prims allowable in a linkset. Affects creating new | 169 | ;; Maximum number of prims allowable in a linkset. Affects creating new |
170 | ;; linksets. Ignored if less than or equal to zero. | 170 | ;; linksets. Ignored if less than or equal to zero. |
@@ -406,9 +406,9 @@ | |||
406 | 406 | ||
407 | [Estates] | 407 | [Estates] |
408 | ; If these values are commented out then the user will be asked for estate details when required (this is the normal case). | 408 | ; If these values are commented out then the user will be asked for estate details when required (this is the normal case). |
409 | ; If these values are uncommented then they will be used to create a default estate as necessary. | 409 | ; If these values are uncommented then they will be used to create a default estate as necessary. |
410 | ; New regions will be automatically assigned to that default estate. | 410 | ; New regions will be automatically assigned to that default estate. |
411 | 411 | ||
412 | ;# {DefaultEstateName} {} {Default name for estate?} {} My Estate | 412 | ;# {DefaultEstateName} {} {Default name for estate?} {} My Estate |
413 | ;; Name for the default estate | 413 | ;; Name for the default estate |
414 | ; DefaultEstateName = My Estate | 414 | ; DefaultEstateName = My Estate |
@@ -418,7 +418,7 @@ | |||
418 | ; DefaultEstateOwnerName = FirstName LastName | 418 | ; DefaultEstateOwnerName = FirstName LastName |
419 | 419 | ||
420 | 420 | ||
421 | ; ** Standalone Estate Settings ** | 421 | ; ** Standalone Estate Settings ** |
422 | ; The following parameters will only be used on a standalone system to | 422 | ; The following parameters will only be used on a standalone system to |
423 | ; create an estate owner that does not already exist | 423 | ; create an estate owner that does not already exist |
424 | 424 | ||
@@ -506,15 +506,15 @@ | |||
506 | ;; web server | 506 | ;; web server |
507 | ; user_agent = "OpenSim LSL (Mozilla Compatible)" | 507 | ; user_agent = "OpenSim LSL (Mozilla Compatible)" |
508 | 508 | ||
509 | ;; The follow 3 variables are for HTTP Basic Authentication for the Robust services. | 509 | ;; The follow 3 variables are for HTTP Basic Authentication for the Robust services. |
510 | ;; Use this if your central services in port 8003 need to be accessible on the Internet | 510 | ;; Use this if your central services in port 8003 need to be accessible on the Internet |
511 | ;; but you want to protect them from unauthorized access. The username and password | 511 | ;; but you want to protect them from unauthorized access. The username and password |
512 | ;; here need to match the ones in the Robust service configuration. | 512 | ;; here need to match the ones in the Robust service configuration. |
513 | ; AuthType = "BasicHttpAuthentication" | 513 | ; AuthType = "BasicHttpAuthentication" |
514 | ; HttpAuthUsername = "some_username" | 514 | ; HttpAuthUsername = "some_username" |
515 | ; HttpAuthPassword = "some_password" | 515 | ; HttpAuthPassword = "some_password" |
516 | ;; | 516 | ;; |
517 | ;; Any of these 3 variables above can be overriden in any of the service sections. | 517 | ;; Any of these 3 variables above can be overriden in any of the service sections. |
518 | 518 | ||
519 | 519 | ||
520 | [XMLRPC] | 520 | [XMLRPC] |
@@ -794,14 +794,14 @@ | |||
794 | ;; the data snapshots. | 794 | ;; the data snapshots. |
795 | ; snapshot_cache_directory = "DataSnapshot" | 795 | ; snapshot_cache_directory = "DataSnapshot" |
796 | 796 | ||
797 | ;; [Supported, but obsolete] | 797 | ;; [Supported, but obsolete] |
798 | ;# {data_services} {index_sims:true} {Data service URLs to register with?} {} http://metaverseink.com/cgi-bin/register.py | 798 | ;# {data_services} {index_sims:true} {Data service URLs to register with?} {} http://metaverseink.com/cgi-bin/register.py |
799 | ; This semicolon-separated string serves to notify specific data services | 799 | ; This semicolon-separated string serves to notify specific data services |
800 | ; about the existence of this sim. Uncomment if you want to index your | 800 | ; about the existence of this sim. Uncomment if you want to index your |
801 | ; data with this and/or other search providers. | 801 | ; data with this and/or other search providers. |
802 | ; data_services="http://metaverseink.com/cgi-bin/register.py" | 802 | ; data_services="http://metaverseink.com/cgi-bin/register.py" |
803 | 803 | ||
804 | ;; New way of specifying data services, one per service | 804 | ;; New way of specifying data services, one per service |
805 | ;DATA_SRV_MISearch = "http://metaverseink.com/cgi-bin/register.py" | 805 | ;DATA_SRV_MISearch = "http://metaverseink.com/cgi-bin/register.py" |
806 | 806 | ||
807 | [Economy] | 807 | [Economy] |