diff options
Diffstat (limited to 'bin/config.preview.donotuseyet/region/world/contentmanagement/svn.ini.example')
-rw-r--r-- | bin/config.preview.donotuseyet/region/world/contentmanagement/svn.ini.example | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/bin/config.preview.donotuseyet/region/world/contentmanagement/svn.ini.example b/bin/config.preview.donotuseyet/region/world/contentmanagement/svn.ini.example new file mode 100644 index 0000000..802c143 --- /dev/null +++ b/bin/config.preview.donotuseyet/region/world/contentmanagement/svn.ini.example | |||
@@ -0,0 +1,17 @@ | |||
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 | [SVN] | ||
10 | Enabled = false | ||
11 | Directory = SVNmodule\repo | ||
12 | URL = "svn://your.repo.here/" | ||
13 | Username = "user" | ||
14 | Password = "password" | ||
15 | ImportOnStartup = false | ||
16 | Autosave = false | ||
17 | AutoSavePeriod = 15 ; Number of minutes between autosave backups | ||