From be93c0f29a888db26676347f7011b66dff3d7499 Mon Sep 17 00:00:00 2001 From: Teravus Ovares Date: Sun, 13 Apr 2008 22:47:12 +0000 Subject: * 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. --- bin/OpenSim.ini.example | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'bin/OpenSim.ini.example') 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" data_services="http://metaverseink.com/cgi-bin/register.py" [Economy] -; These economy values get used in the BetaGridLikeMoneyModule +; These economy values get used in the BetaGridLikeMoneyModule. - This module is for demonstration only - +; In grid mode, use this currency XMLRPC server. Leave blank for normal functionality +CurrencyServer = "" +; "http://192.168.1.127/currency.php" + +; In grid mode, this is the land XMLRPC server. Leave blank for normal functionality +LandServer = "" +;"http://192.168.1.127/landtool.php" ; 45000 is the highest value that the sim could possibly report because of protocol constraints ObjectCapacity = 45000 -- cgit v1.1