diff options
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r-- | bin/OpenSim.ini.example | 9 |
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" | |||
306 | data_services="http://metaverseink.com/cgi-bin/register.py" | 306 | data_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 | ||
311 | CurrencyServer = "" | ||
312 | ; "http://192.168.1.127/currency.php" | ||
313 | |||
314 | ; In grid mode, this is the land XMLRPC server. Leave blank for normal functionality | ||
315 | LandServer = "" | ||
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 |
312 | ObjectCapacity = 45000 | 319 | ObjectCapacity = 45000 |