aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorTeravus Ovares2008-04-13 22:47:12 +0000
committerTeravus Ovares2008-04-13 22:47:12 +0000
commitbe93c0f29a888db26676347f7011b66dff3d7499 (patch)
tree6647a7fe1c8aaa6e8306ebee4ec960babdf0d0ea /bin
parent* Temporarily, stop the exception of mantis #951 from killing the entire clie... (diff)
downloadopensim-SC_OLD-be93c0f29a888db26676347f7011b66dff3d7499.zip
opensim-SC_OLD-be93c0f29a888db26676347f7011b66dff3d7499.tar.gz
opensim-SC_OLD-be93c0f29a888db26676347f7011b66dff3d7499.tar.bz2
opensim-SC_OLD-be93c0f29a888db26676347f7011b66dff3d7499.tar.xz
* Fix a bug in the friends module that causes a friend not to appear online when they were.
* A few things for testing. * This makes a modification to the region registration with the grid server so that the region can send it a chosen password to identify itself. It will not cause any errors, if either one are not updated.
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSim.ini.example9
1 files changed, 8 insertions, 1 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index 85a24e6..1cca2b5 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -306,7 +306,14 @@ snapshot_cache_directory = "DataSnapshot"
306data_services="http://metaverseink.com/cgi-bin/register.py" 306data_services="http://metaverseink.com/cgi-bin/register.py"
307 307
308[Economy] 308[Economy]
309; These economy values get used in the BetaGridLikeMoneyModule 309; These economy values get used in the BetaGridLikeMoneyModule. - This module is for demonstration only -
310; In grid mode, use this currency XMLRPC server. Leave blank for normal functionality
311CurrencyServer = ""
312; "http://192.168.1.127/currency.php"
313
314; In grid mode, this is the land XMLRPC server. Leave blank for normal functionality
315LandServer = ""
316;"http://192.168.1.127/landtool.php"
310 317
311; 45000 is the highest value that the sim could possibly report because of protocol constraints 318; 45000 is the highest value that the sim could possibly report because of protocol constraints
312ObjectCapacity = 45000 319ObjectCapacity = 45000