diff options
author | Diva Canto | 2013-07-14 16:51:07 -0700 |
---|---|---|
committer | Diva Canto | 2013-07-14 16:51:07 -0700 |
commit | d48946f9ef368ff72cec00c33bbfb53b6bd35696 (patch) | |
tree | 36a8dd0be6cd27433b178a4f94ef0a4cceb5db8f /bin/OpenSim.ini.example | |
parent | Added SQLite version of hg travel data store. UNTESTED. Hope it works! (diff) | |
download | opensim-SC-d48946f9ef368ff72cec00c33bbfb53b6bd35696.zip opensim-SC-d48946f9ef368ff72cec00c33bbfb53b6bd35696.tar.gz opensim-SC-d48946f9ef368ff72cec00c33bbfb53b6bd35696.tar.bz2 opensim-SC-d48946f9ef368ff72cec00c33bbfb53b6bd35696.tar.xz |
Document obscure Groups config related to the user level required for creating groups
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r-- | bin/OpenSim.ini.example | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 1c53935..4ddefba 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -955,6 +955,10 @@ | |||
955 | ;; Enables the groups module | 955 | ;; Enables the groups module |
956 | ; Enabled = false | 956 | ; Enabled = false |
957 | 957 | ||
958 | ;# {LevelGroupCreate} {Enabled:true} {User level for creating groups} {} 0 | ||
959 | ;; Minimum user level required to create groups | ||
960 | ;LevelGroupCreate = 0 | ||
961 | |||
958 | ;# {Module} {Enabled:true} {Groups module to use? (Use GroupsModule to use Flotsam/Simian)} {Default "Groups Module V2"} Default | 962 | ;# {Module} {Enabled:true} {Groups module to use? (Use GroupsModule to use Flotsam/Simian)} {Default "Groups Module V2"} Default |
959 | ;; The default module can use a PHP XmlRpc server from the Flotsam project at | 963 | ;; The default module can use a PHP XmlRpc server from the Flotsam project at |
960 | ;; http://code.google.com/p/flotsam/ | 964 | ;; http://code.google.com/p/flotsam/ |