From d17314f331a40f58bae6ae891bc87f018c430450 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Fri, 13 Mar 2009 17:34:11 +0000 Subject: * Config preview round 2 --- .../defaults/applications.ini.defaults | 47 ++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 bin/config.preview.donotuseyet-v2/defaults/applications.ini.defaults (limited to 'bin/config.preview.donotuseyet-v2/defaults/applications.ini.defaults') 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 @@ +; Settings for applications that are bundled with the core OpenSimulator package + +[Concierge] + ; Enable concierge module + ; Default is false + enabled = false + + ; name of the concierge + whoami = "jeeves" + + ; password for updating the welcome message templates via XmlRpc + password = SECRET + + ; regex specifying for which regions concierge service is desired; if + ; empty, then for all + regions = "^MeetingSpace-" + + ; for each region that matches the regions regexp you can provide + ; (optionally) a welcome template using format substitution: + ; {0} is replaced with the name of the avatar entering the region + ; {1} is replaced with the name of the region + ; {2} is replaced with the name of the concierge (whoami variable above) + + welcomes = /path/to/welcome/template/directory + + ; Concierge can send attendee lists to an event broker whenever an + ; avatar enters or leaves a concierged region. the URL is subject + ; to format substitution: + ; {0} is replaced with the region's name + ; {1} is replaced with the region's UUID + broker = "http://broker.place.com/{1}" + + +;[CMS] + ;enabled = true + ;channel = 345 + + +[SVN] + Enabled = false + Directory = SVNmodule\repo + URL = "svn://your.repo.here/" + Username = "user" + Password = "password" + ImportOnStartup = false + Autosave = false + AutoSavePeriod = 15 ; Number of minutes between autosave backups -- cgit v1.1