aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSim.ini.example3
-rw-r--r--bin/OpenSimDefaults.ini7
2 files changed, 6 insertions, 4 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index 045fa88..8714c6a 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -797,12 +797,15 @@
797 ;; the data snapshots. 797 ;; the data snapshots.
798 ; snapshot_cache_directory = "DataSnapshot" 798 ; snapshot_cache_directory = "DataSnapshot"
799 799
800 ;; [Supported, but obsolete]
800 ;# {data_services} {index_sims:true} {Data service URLs to register with?} {} http://metaverseink.com/cgi-bin/register.py 801 ;# {data_services} {index_sims:true} {Data service URLs to register with?} {} http://metaverseink.com/cgi-bin/register.py
801 ; This semicolon-separated string serves to notify specific data services 802 ; This semicolon-separated string serves to notify specific data services
802 ; about the existence of this sim. Uncomment if you want to index your 803 ; about the existence of this sim. Uncomment if you want to index your
803 ; data with this and/or other search providers. 804 ; data with this and/or other search providers.
804 ; data_services="http://metaverseink.com/cgi-bin/register.py" 805 ; data_services="http://metaverseink.com/cgi-bin/register.py"
805 806
807 ;; New way of specifying data services, one per service
808 ;DATA_SRV_MISearch = "http://metaverseink.com/cgi-bin/register.py"
806 809
807[Economy] 810[Economy]
808 ;# {SellEnabled} {} {Enable selling for 0?} {true false} true 811 ;# {SellEnabled} {} {Enable selling for 0?} {true false} true
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index d12814d..ad33423 100644
--- a/bin/OpenSimDefaults.ini
+++ b/bin/OpenSimDefaults.ini
@@ -1400,10 +1400,9 @@
1400 ; This will be created in bin, if it doesn't exist already. It will hold the data snapshots. 1400 ; This will be created in bin, if it doesn't exist already. It will hold the data snapshots.
1401 snapshot_cache_directory = "DataSnapshot" 1401 snapshot_cache_directory = "DataSnapshot"
1402 1402
1403 ; This semicolon-separated string serves to notify specific data services about the existence 1403 ; Uncomment if you want to index your data with this and/or other search providers. One entry per
1404 ; of this sim. Uncomment if you want to index your data with this and/or other search providers. 1404 ; data service
1405 ;data_services="http://metaverseink.com/cgi-bin/register.py" 1405 ;DATA_SRV_MISearch = "http://metaverseink.com/cgi-bin/register.py"
1406
1407 1406
1408[Economy] 1407[Economy]
1409 ; These economy values get used in the BetaGridLikeMoneyModule. - This module is for demonstration only - 1408 ; These economy values get used in the BetaGridLikeMoneyModule. - This module is for demonstration only -