diff options
Diffstat (limited to 'bin/config.preview.donotuseyet/region/user/concierge.ini.example')
-rw-r--r-- | bin/config.preview.donotuseyet/region/user/concierge.ini.example | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/bin/config.preview.donotuseyet/region/user/concierge.ini.example b/bin/config.preview.donotuseyet/region/user/concierge.ini.example new file mode 100644 index 0000000..0f6f051 --- /dev/null +++ b/bin/config.preview.donotuseyet/region/user/concierge.ini.example | |||
@@ -0,0 +1,37 @@ | |||
1 | ; This file shows initialization defaults for OpenSimulator. If you want to override these | ||
2 | ; please copy/rename this file from .ini.example file to .ini. For example | ||
3 | ; | ||
4 | ; chat.ini.example => chat.ini | ||
5 | ; | ||
6 | ; or you can copy and paste the settings from this file directly to bin/OpenSim.ini | ||
7 | ; | ||
8 | |||
9 | [Concierge] | ||
10 | ; Enable concierge module | ||
11 | ; Default is false | ||
12 | enabled = false | ||
13 | |||
14 | ; name of the concierge | ||
15 | whoami = "jeeves" | ||
16 | |||
17 | ; password for updating the welcome message templates via XmlRpc | ||
18 | password = SECRET | ||
19 | |||
20 | ; regex specifying for which regions concierge service is desired; if | ||
21 | ; empty, then for all | ||
22 | regions = "^MeetingSpace-" | ||
23 | |||
24 | ; for each region that matches the regions regexp you can provide | ||
25 | ; (optionally) a welcome template using format substitution: | ||
26 | ; {0} is replaced with the name of the avatar entering the region | ||
27 | ; {1} is replaced with the name of the region | ||
28 | ; {2} is replaced with the name of the concierge (whoami variable above) | ||
29 | |||
30 | welcomes = /path/to/welcome/template/directory | ||
31 | |||
32 | ; Concierge can send attendee lists to an event broker whenever an | ||
33 | ; avatar enters or leaves a concierged region. the URL is subject | ||
34 | ; to format substitution: | ||
35 | ; {0} is replaced with the region's name | ||
36 | ; {1} is replaced with the region's UUID | ||
37 | broker = "http://broker.place.com/{1}" | ||