diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index a186e800a7..3b144a42ba 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example @@ -754,4 +754,10 @@ ogp_lastname_suffix="_EXTERNAL" [Concierge] ; enable = true enabled = false -whoami = "the go-fer" \ No newline at end of file + +; name of the concierge +whoami = "the go-fer" + +; regex specifying for which regions concierge service is desired; if +; empty, then for all +regions = "^MeetingSpace-" \ No newline at end of file