aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSimDefaults.ini
diff options
context:
space:
mode:
authorDiva Canto2015-01-07 11:04:23 -0800
committerDiva Canto2015-01-07 11:04:23 -0800
commit46ab59723d62ecd22ebe8c797e1d510514ef35da (patch)
tree019e8e006de13dc0831d87f4ae8cb4e0456562ad /bin/OpenSimDefaults.ini
parentDonation of robust network connectors for estate service, as promised. This a... (diff)
downloadopensim-SC_OLD-46ab59723d62ecd22ebe8c797e1d510514ef35da.zip
opensim-SC_OLD-46ab59723d62ecd22ebe8c797e1d510514ef35da.tar.gz
opensim-SC_OLD-46ab59723d62ecd22ebe8c797e1d510514ef35da.tar.bz2
opensim-SC_OLD-46ab59723d62ecd22ebe8c797e1d510514ef35da.tar.xz
Added a different/better way of specifying data services in DataSnapshot -- using DATA_SRV_ keys, one per service. This allows 3rd party modules to add data services automatically.
Diffstat (limited to '')
-rw-r--r--bin/OpenSimDefaults.ini7
1 files changed, 3 insertions, 4 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index 20b2f0f..654b323 100644
--- a/bin/OpenSimDefaults.ini
+++ b/bin/OpenSimDefaults.ini
@@ -1389,10 +1389,9 @@
1389 ; This will be created in bin, if it doesn't exist already. It will hold the data snapshots. 1389 ; This will be created in bin, if it doesn't exist already. It will hold the data snapshots.
1390 snapshot_cache_directory = "DataSnapshot" 1390 snapshot_cache_directory = "DataSnapshot"
1391 1391
1392 ; This semicolon-separated string serves to notify specific data services about the existence 1392 ; Uncomment if you want to index your data with this and/or other search providers. One entry per
1393 ; of this sim. Uncomment if you want to index your data with this and/or other search providers. 1393 ; data service
1394 ;data_services="http://metaverseink.com/cgi-bin/register.py" 1394 ;DATA_SRV_MISearch = "http://metaverseink.com/cgi-bin/register.py"
1395
1396 1395
1397[Economy] 1396[Economy]
1398 ; These economy values get used in the BetaGridLikeMoneyModule. - This module is for demonstration only - 1397 ; These economy values get used in the BetaGridLikeMoneyModule. - This module is for demonstration only -