aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini.example
diff options
context:
space:
mode:
Diffstat (limited to 'bin/OpenSim.ini.example')
-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 4e99740..92fdae0 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -380,4 +380,11 @@ TeleportPriceExponent = 2
380EnergyEfficiency = 1 380EnergyEfficiency = 1
381PriceObjectRent = 1 381PriceObjectRent = 1
382PriceObjectScaleFactor = 10 382PriceObjectScaleFactor = 10
383PriceParcelRent = 1 \ No newline at end of file 383PriceParcelRent = 1
384
385[SVN]
386Enabled = false
387Directory = SVNmodule\repo
388URL = "svn://your.repo.here/"
389Username = "user"
390Password = "password"