diff options
Diffstat (limited to '')
-rw-r--r-- | bin/config-include/StandaloneCommon.ini.example | 5 |
1 files changed, 5 insertions, 0 deletions
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 | ||