Add information about MinLoginLevel to example ini files
parent
420b94d358
commit
83ea45c567
|
@ -227,7 +227,12 @@ 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
|
; The minimum user level required for a user to be able to login. 0 by default
|
||||||
|
; If you disable a particular user's account then you can set their login level below this number.
|
||||||
|
; You can also change this level from the console though these changes will not be persisted.
|
||||||
|
; MinLoginLevel = 0
|
||||||
|
|
||||||
|
; Ask co-operative viewers to use a different currency name
|
||||||
;Currency = ""
|
;Currency = ""
|
||||||
|
|
||||||
WelcomeMessage = "Welcome, Avatar!"
|
WelcomeMessage = "Welcome, Avatar!"
|
||||||
|
|
|
@ -107,6 +107,11 @@
|
||||||
;; For Viewer 2
|
;; For Viewer 2
|
||||||
MapTileURL = "http://127.0.0.1:9000/"
|
MapTileURL = "http://127.0.0.1:9000/"
|
||||||
|
|
||||||
|
; The minimum user level required for a user to be able to login. 0 by default
|
||||||
|
; If you disable a particular user's account then you can set their login level below this number.
|
||||||
|
; You can also change this level from the console though these changes will not be persisted.
|
||||||
|
; MinLoginLevel = 0
|
||||||
|
|
||||||
;; Ask co-operative viewers to use a different currency name
|
;; Ask co-operative viewers to use a different currency name
|
||||||
;Currency = ""
|
;Currency = ""
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue