minor: Add explanative text for the new currency parameter. Convert some tabs to spaces
parent
5e231acdce
commit
2307d9a2f9
|
@ -203,6 +203,7 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003
|
||||||
UserAgentService = "OpenSim.Services.HypergridService.dll:UserAgentService"
|
UserAgentService = "OpenSim.Services.HypergridService.dll:UserAgentService"
|
||||||
FriendsService = "OpenSim.Services.FriendsService.dll:FriendsService"
|
FriendsService = "OpenSim.Services.FriendsService.dll:FriendsService"
|
||||||
|
|
||||||
|
;; Ask co-operative viewers to use a different currency name
|
||||||
;Currency = ""
|
;Currency = ""
|
||||||
|
|
||||||
WelcomeMessage = "Welcome, Avatar!"
|
WelcomeMessage = "Welcome, Avatar!"
|
||||||
|
|
|
@ -188,6 +188,7 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003
|
||||||
LibraryService = "OpenSim.Services.InventoryService.dll:LibraryService"
|
LibraryService = "OpenSim.Services.InventoryService.dll:LibraryService"
|
||||||
FriendsService = "OpenSim.Services.FriendsService.dll:FriendsService"
|
FriendsService = "OpenSim.Services.FriendsService.dll:FriendsService"
|
||||||
|
|
||||||
|
;; Ask co-operative viewers to use a different currency name
|
||||||
;Currency = ""
|
;Currency = ""
|
||||||
|
|
||||||
WelcomeMessage = "Welcome, Avatar!"
|
WelcomeMessage = "Welcome, Avatar!"
|
||||||
|
|
|
@ -97,25 +97,26 @@
|
||||||
SRV_FriendsServerURI = "http://127.0.0.1:9000"
|
SRV_FriendsServerURI = "http://127.0.0.1:9000"
|
||||||
SRV_IMServerURI = "http://127.0.0.1:9000"
|
SRV_IMServerURI = "http://127.0.0.1:9000"
|
||||||
|
|
||||||
;; For Viewer 2
|
;; For Viewer 2
|
||||||
MapTileURL = "http://127.0.0.1:9000/"
|
MapTileURL = "http://127.0.0.1:9000/"
|
||||||
|
|
||||||
|
;; Ask co-operative viewers to use a different currency name
|
||||||
;Currency = ""
|
;Currency = ""
|
||||||
|
|
||||||
;; Regular expressions for controlling which client versions are accepted/denied.
|
;; Regular expressions for controlling which client versions are accepted/denied.
|
||||||
;; An empty string means nothing is checked.
|
;; An empty string means nothing is checked.
|
||||||
;;
|
;;
|
||||||
;; Example 1: allow only these 3 types of clients (any version of them)
|
;; Example 1: allow only these 3 types of clients (any version of them)
|
||||||
;; AllowedClients = "Imprudence|Hippo|Second Life"
|
;; AllowedClients = "Imprudence|Hippo|Second Life"
|
||||||
;;
|
;;
|
||||||
;; Example 2: allow all clients except these
|
;; Example 2: allow all clients except these
|
||||||
;; DeniedClients = "Twisted|Crawler|Cryolife|FuckLife|StreetLife|GreenLife|AntiLife|KORE-Phaze|Synlyfe|Purple Second Life|SecondLi |Emerald"
|
;; DeniedClients = "Twisted|Crawler|Cryolife|FuckLife|StreetLife|GreenLife|AntiLife|KORE-Phaze|Synlyfe|Purple Second Life|SecondLi |Emerald"
|
||||||
;;
|
;;
|
||||||
;; Note that these are regular expressions, so every character counts.
|
;; Note that these are regular expressions, so every character counts.
|
||||||
;; Also note that this is very weak security and should not be trusted as a reliable means
|
;; Also note that this is very weak security and should not be trusted as a reliable means
|
||||||
;; for keeping bad clients out; modified clients can fake their identifiers.
|
;; for keeping bad clients out; modified clients can fake their identifiers.
|
||||||
;;
|
;;
|
||||||
;;
|
;;
|
||||||
;AllowedClients = ""
|
;AllowedClients = ""
|
||||||
;DeniedClients = ""
|
;DeniedClients = ""
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue