diff options
Diffstat (limited to '')
-rw-r--r-- | bin/Robust.ini.example | 7 | ||||
-rw-r--r-- | bin/config-include/StandaloneCommon.ini.example | 5 |
2 files changed, 11 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!" |
diff --git a/bin/config-include/StandaloneCommon.ini.example b/bin/config-include/StandaloneCommon.ini.example index f28de43..ffa2d49 100644 --- a/bin/config-include/StandaloneCommon.ini.example +++ b/bin/config-include/StandaloneCommon.ini.example | |||
@@ -85,6 +85,11 @@ | |||
85 | ;; For Viewer 2 | 85 | ;; For Viewer 2 |
86 | MapTileURL = "http://127.0.0.1:9000/" | 86 | MapTileURL = "http://127.0.0.1:9000/" |
87 | 87 | ||
88 | ; The minimum user level required for a user to be able to login. 0 by default | ||
89 | ; If you disable a particular user's account then you can set their login level below this number. | ||
90 | ; You can also change this level from the console though these changes will not be persisted. | ||
91 | ; MinLoginLevel = 0 | ||
92 | |||
88 | ;; Ask co-operative viewers to use a different currency name | 93 | ;; Ask co-operative viewers to use a different currency name |
89 | ;Currency = "" | 94 | ;Currency = "" |
90 | 95 | ||