18 lines
547 B
Plaintext
18 lines
547 B
Plaintext
|
; This file shows initialization defaults for OpenSimulator. If you want to override these
|
||
|
; please copy/rename this file from .ini.example file to .ini. For example
|
||
|
;
|
||
|
; chat.ini.example => chat.ini
|
||
|
;
|
||
|
; or you can copy and paste the settings from this file directly to bin/OpenSim.ini
|
||
|
;
|
||
|
|
||
|
[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
|