diff options
author | Diva Canto | 2015-01-07 11:04:23 -0800 |
---|---|---|
committer | Diva Canto | 2015-01-07 11:04:23 -0800 |
commit | 46ab59723d62ecd22ebe8c797e1d510514ef35da (patch) | |
tree | 019e8e006de13dc0831d87f4ae8cb4e0456562ad /bin/OpenSim.ini.example | |
parent | Donation of robust network connectors for estate service, as promised. This a... (diff) | |
download | opensim-SC-46ab59723d62ecd22ebe8c797e1d510514ef35da.zip opensim-SC-46ab59723d62ecd22ebe8c797e1d510514ef35da.tar.gz opensim-SC-46ab59723d62ecd22ebe8c797e1d510514ef35da.tar.bz2 opensim-SC-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 'bin/OpenSim.ini.example')
-rw-r--r-- | bin/OpenSim.ini.example | 3 |
1 files changed, 3 insertions, 0 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 |