mirror of
https://github.com/Moto/OpenSim-DTL-NSL-Currency-2020.git
synced 2026-08-14 08:52:31 +00:00
46 lines
1.2 KiB
Plaintext
46 lines
1.2 KiB
Plaintext
[Economy]
|
|
|
|
;; Enables selling things for $0. Default is true.
|
|
SellEnabled = true
|
|
|
|
;CurrencyServer = "" ;; ex.) "https://jogrid.net:8008/" Default is ""
|
|
EconomyModule = DTLNSLMoneyModule
|
|
CurrencyServer = "${Const|BaseURL}:8008/"
|
|
UserServer = "${Const|BaseURL}:8002/"
|
|
|
|
;
|
|
;; CA
|
|
;CheckServerCert = false
|
|
;CACertFilename = "cacert.crt"
|
|
|
|
;
|
|
;; Client Cert
|
|
;ClientCertFilename = "region_cert.p12"
|
|
;ClientCertPassword = ""
|
|
|
|
;
|
|
;; Money Unit fee to upload textures, animations etc. Default is 0.
|
|
PriceUpload = 10
|
|
|
|
;; Mesh upload factors
|
|
MeshModelUploadCostFactor = 1.0
|
|
MeshModelUploadTextureCostFactor = 1.0
|
|
MeshModelMinCostFactor = 1.0
|
|
|
|
;; Money Unit fee to create groups. Default is 0.
|
|
PriceGroupCreate = 10
|
|
|
|
;
|
|
;; 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"
|
|
|
|
;
|
|
;; in development
|
|
;SettlementByWeb = false
|
|
;SettlementURL = "http://www.jogrid.net"
|
|
;SettlementMessage = "Goto the settlement of accounts Web page. (Testing now)"
|
|
|