clockwerk-opensim-config – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 733... Line 733...
733 ; The default economy module only implements just enough to allow free actions (transfer of objects, etc). 733 ; The default economy module only implements just enough to allow free actions (transfer of objects, etc).
734 ; There is no intention to implement anything further in core OpenSimulator. 734 ; There is no intention to implement anything further in core OpenSimulator.
735 ; This functionality has to be provided by third party modules. 735 ; This functionality has to be provided by third party modules.
Line 736... Line 736...
736   736  
737 ;; Enables selling things for $0. Default is true. 737 ;; Enables selling things for $0. Default is true.
Line 738... Line 738...
738 SellEnabled = true 738 ; SellEnabled = true
739   739  
740 ;# {PriceUpload} {} {Price for uploading?} {} 0 740 ;# {PriceUpload} {} {Price for uploading?} {} 0
Line 741... Line 741...
741 ;; Money Unit fee to upload textures, animations etc. Default is 0. 741 ;; Money Unit fee to upload textures, animations etc. Default is 0.
742 PriceUpload = 10 742 ; PriceUpload = 0
743   743  
Line 744... Line -...
744 ;# {PriceGroupCreate} {} {Fee for group creation} {} 0 -  
745 ;; Money Unit fee to create groups. Default is 0. -  
746 PriceGroupCreate = 100 -  
747   -  
Line 748... Line 744...
748 ;; Wizardry and Steamworks Money Module from http://www.nsl.tuis.ac.jp/ 744 ;# {PriceGroupCreate} {} {Fee for group creation} {} 0
749 UserServer = "http://127.0.0.1:9000/" 745 ;; Money Unit fee to create groups. Default is 0.
750 CurrencyServer = "https://127.0.0.1:8008/" 746 ; PriceGroupCreate = 0
751 EconomyModule = DTLNSLMoneyModule 747