diff options
Diffstat (limited to '')
-rw-r--r-- | bin/config.preview.donotuseyet-v2/defaults/applications.ini.defaults (renamed from bin/config.preview.donotuseyet/region/user/concierge.ini.example) | 24 |
1 files changed, 17 insertions, 7 deletions
diff --git a/bin/config.preview.donotuseyet/region/user/concierge.ini.example b/bin/config.preview.donotuseyet-v2/defaults/applications.ini.defaults index 0f6f051..eac488c 100644 --- a/bin/config.preview.donotuseyet/region/user/concierge.ini.example +++ b/bin/config.preview.donotuseyet-v2/defaults/applications.ini.defaults | |||
@@ -1,10 +1,4 @@ | |||
1 | ; This file shows initialization defaults for OpenSimulator. If you want to override these | 1 | ; Settings for applications that are bundled with the core OpenSimulator package |
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 | 2 | ||
9 | [Concierge] | 3 | [Concierge] |
10 | ; Enable concierge module | 4 | ; Enable concierge module |
@@ -35,3 +29,19 @@ | |||
35 | ; {0} is replaced with the region's name | 29 | ; {0} is replaced with the region's name |
36 | ; {1} is replaced with the region's UUID | 30 | ; {1} is replaced with the region's UUID |
37 | broker = "http://broker.place.com/{1}" | 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 | ||