diff options
author | Melanie | 2011-11-19 22:39:15 +0000 |
---|---|---|
committer | Melanie | 2011-11-19 22:39:15 +0000 |
commit | bdb5ac96d9432eb568ed3e3bb46b012365f884bc (patch) | |
tree | fe2ce2636be7e750b3f235a6c04b9f3a5cf2f8af /bin/OpenSim.ini.example | |
parent | Merge branch 'master' into bigmerge (diff) | |
parent | Remove the "[LOCAL SIMULATION CONNECTOR]: Did not find region {0} for SendCre... (diff) | |
download | opensim-SC_OLD-bdb5ac96d9432eb568ed3e3bb46b012365f884bc.zip opensim-SC_OLD-bdb5ac96d9432eb568ed3e3bb46b012365f884bc.tar.gz opensim-SC_OLD-bdb5ac96d9432eb568ed3e3bb46b012365f884bc.tar.bz2 opensim-SC_OLD-bdb5ac96d9432eb568ed3e3bb46b012365f884bc.tar.xz |
Merge branch 'master' into bigmerge
Conflicts:
OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs
OpenSim/Region/ScriptEngine/XEngine/XEngine.cs
Diffstat (limited to 'bin/OpenSim.ini.example')
-rwxr-xr-x | bin/OpenSim.ini.example | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 253b24d..e31d0f4 100755 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -532,19 +532,17 @@ | |||
532 | 532 | ||
533 | 533 | ||
534 | [Economy] | 534 | [Economy] |
535 | ;; The economy module is not enabled by default and there is no easy, | 535 | ; The default economy module only implements just enough to allow free actions (transfer of objects, etc). |
536 | ;; menu controlled way to do this. To enabled this module, insert | 536 | ; There is no intention to implement anything further in core OpenSimulator. |
537 | ;; economymodule = BetaGridLikeMoneyModule | 537 | ; This functionality has to be provided by third party modules. |
538 | ;; into the startup section (at the top of this file). | ||
539 | ;; Then configure the options below as needed. | ||
540 | 538 | ||
541 | ;; Enables selling things for $0 | 539 | ;; Enables selling things for $0. Default is true. |
542 | ; SellEnabled = "false" | 540 | ; SellEnabled = true |
543 | 541 | ||
544 | ;; Money Unit fee to upload textures, animations etc | 542 | ;; Money Unit fee to upload textures, animations etc. Default is 0. |
545 | ; PriceUpload = 0 | 543 | ; PriceUpload = 0 |
546 | 544 | ||
547 | ;; Money Unit fee to create groups | 545 | ;; Money Unit fee to create groups. Default is 0. |
548 | ; PriceGroupCreate = 0 | 546 | ; PriceGroupCreate = 0 |
549 | 547 | ||
550 | 548 | ||