diff options
author | Justin Clark-Casey (justincc) | 2013-02-20 00:48:02 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2013-02-20 00:48:02 +0000 |
commit | db2b3627f2e22f6e677dc77cd0225c3937fff1b8 (patch) | |
tree | 4a201d837de39ab88e3de2ee2ef57a5db07666e5 /bin/Robust.ini.example | |
parent | minor: remove some mono compiler warnings in OpenSim.Region.ClientStack.Linde... (diff) | |
download | opensim-SC_OLD-db2b3627f2e22f6e677dc77cd0225c3937fff1b8.zip opensim-SC_OLD-db2b3627f2e22f6e677dc77cd0225c3937fff1b8.tar.gz opensim-SC_OLD-db2b3627f2e22f6e677dc77cd0225c3937fff1b8.tar.bz2 opensim-SC_OLD-db2b3627f2e22f6e677dc77cd0225c3937fff1b8.tar.xz |
Add information about MinLoginLevel to example ini files
Diffstat (limited to '')
-rw-r--r-- | bin/Robust.ini.example | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example index eee313a..05ea670 100644 --- a/bin/Robust.ini.example +++ b/bin/Robust.ini.example | |||
@@ -261,7 +261,12 @@ MapGetServiceConnector = "8002/OpenSim.Server.Handlers.dll:MapGetServiceConnecto | |||
261 | LibraryService = "OpenSim.Services.InventoryService.dll:LibraryService" | 261 | LibraryService = "OpenSim.Services.InventoryService.dll:LibraryService" |
262 | FriendsService = "OpenSim.Services.FriendsService.dll:FriendsService" | 262 | FriendsService = "OpenSim.Services.FriendsService.dll:FriendsService" |
263 | 263 | ||
264 | ;; Ask co-operative viewers to use a different currency name | 264 | ; The minimum user level required for a user to be able to login. 0 by default |
265 | ; If you disable a particular user's account then you can set their login level below this number. | ||
266 | ; You can also change this level from the console though these changes will not be persisted. | ||
267 | ; MinLoginLevel = 0 | ||
268 | |||
269 | ; Ask co-operative viewers to use a different currency name | ||
265 | ;Currency = "" | 270 | ;Currency = "" |
266 | 271 | ||
267 | WelcomeMessage = "Welcome, Avatar!" | 272 | WelcomeMessage = "Welcome, Avatar!" |