MoneyServer/bin/OpenSim.ini.sample

27 lines
865 B
Plaintext

[Economy]
;; Enables selling.
SellEnabled = true
;CurrencyServer = "" ;; ex.) "https://opensim.net:8008/" Default is ""
EconomyModule = DTLNSLMoneyModule
CurrencyServer = "${Const|BaseURL}:8008/"
UserServer = "${Const|BaseURL}:8002/"
;; Money Unit fee to upload textures, animations etc. Default is 0.
PriceUpload = 0
;; Mesh upload factors
MeshModelUploadCostFactor = 1.0
MeshModelUploadTextureCostFactor = 1.0
MeshModelMinCostFactor = 1.0
;; Money Unit fee to create groups. Default is 0.
PriceGroupCreate = 0
;; Avatar Class for HG Avatar
;; {ForeignAvatar, HGAvatar, GuestAvatar, LocalAvatar} HGAvatar
;; HG Avatar is assumed as a specified avatar class. Default is HGAvatar
;; Processing for each avatar class is dependent on Money Server settings.
;HGAvatarAs = "HGAvatar"