diff options
Diffstat (limited to 'bin/config.preview.donotuseyet-v2/defaults/applications.ini.defaults')
-rw-r--r-- | bin/config.preview.donotuseyet-v2/defaults/applications.ini.defaults | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/bin/config.preview.donotuseyet-v2/defaults/applications.ini.defaults b/bin/config.preview.donotuseyet-v2/defaults/applications.ini.defaults new file mode 100644 index 0000000..eac488c --- /dev/null +++ b/bin/config.preview.donotuseyet-v2/defaults/applications.ini.defaults | |||
@@ -0,0 +1,47 @@ | |||
1 | ; Settings for applications that are bundled with the core OpenSimulator package | ||
2 | |||
3 | [Concierge] | ||
4 | ; Enable concierge module | ||
5 | ; Default is false | ||
6 | enabled = false | ||
7 | |||
8 | ; name of the concierge | ||
9 | whoami = "jeeves" | ||
10 | |||
11 | ; password for updating the welcome message templates via XmlRpc | ||
12 | password = SECRET | ||
13 | |||
14 | ; regex specifying for which regions concierge service is desired; if | ||
15 | ; empty, then for all | ||
16 | regions = "^MeetingSpace-" | ||
17 | |||
18 | ; for each region that matches the regions regexp you can provide | ||
19 | ; (optionally) a welcome template using format substitution: | ||
20 | ; {0} is replaced with the name of the avatar entering the region | ||
21 | ; {1} is replaced with the name of the region | ||
22 | ; {2} is replaced with the name of the concierge (whoami variable above) | ||
23 | |||
24 | welcomes = /path/to/welcome/template/directory | ||
25 | |||
26 | ; Concierge can send attendee lists to an event broker whenever an | ||
27 | ; avatar enters or leaves a concierged region. the URL is subject | ||
28 | ; to format substitution: | ||
29 | ; {0} is replaced with the region's name | ||
30 | ; {1} is replaced with the region's UUID | ||
31 | broker = "http://broker.place.com/{1}" | ||
32 | |||
33 | |||
34 | ;[CMS] | ||
35 | ;enabled = true | ||
36 | ;channel = 345 | ||
37 | |||
38 | |||
39 | [SVN] | ||
40 | Enabled = false | ||
41 | Directory = SVNmodule\repo | ||
42 | URL = "svn://your.repo.here/" | ||
43 | Username = "user" | ||
44 | Password = "password" | ||
45 | ImportOnStartup = false | ||
46 | Autosave = false | ||
47 | AutoSavePeriod = 15 ; Number of minutes between autosave backups | ||