aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2013-02-20 00:48:02 +0000
committerJustin Clark-Casey (justincc)2013-02-20 00:48:02 +0000
commitdb2b3627f2e22f6e677dc77cd0225c3937fff1b8 (patch)
tree4a201d837de39ab88e3de2ee2ef57a5db07666e5 /bin/config-include
parentminor: remove some mono compiler warnings in OpenSim.Region.ClientStack.Linde... (diff)
downloadopensim-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 'bin/config-include')
-rw-r--r--bin/config-include/StandaloneCommon.ini.example5
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