remove now unused subversion serialization backup config
parent
490d05d212
commit
5782f5662b
|
@ -906,17 +906,6 @@
|
||||||
PriceParcelRent = 1
|
PriceParcelRent = 1
|
||||||
|
|
||||||
|
|
||||||
[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
|
|
||||||
|
|
||||||
|
|
||||||
[XEngine]
|
[XEngine]
|
||||||
; Enable this engine in this OpenSim instance
|
; Enable this engine in this OpenSim instance
|
||||||
Enabled = true
|
Enabled = true
|
||||||
|
@ -1115,10 +1104,12 @@
|
||||||
; May represent a security risk if you disable this.
|
; May represent a security risk if you disable this.
|
||||||
OwnerOnly = true
|
OwnerOnly = true
|
||||||
|
|
||||||
|
|
||||||
[Hypergrid]
|
[Hypergrid]
|
||||||
; Keep it false for now. Making it true requires the use of a special client in order to access inventory
|
; Keep it false for now. Making it true requires the use of a special client in order to access inventory
|
||||||
safemode = false
|
safemode = false
|
||||||
|
|
||||||
|
|
||||||
[VivoxVoice]
|
[VivoxVoice]
|
||||||
; The VivoxVoice module will allow you to provide voice on your
|
; The VivoxVoice module will allow you to provide voice on your
|
||||||
; region(s). It uses the same voice technology as the LL grid and
|
; region(s). It uses the same voice technology as the LL grid and
|
||||||
|
@ -1177,6 +1168,7 @@
|
||||||
; - a value between 0 and 160, default is 10
|
; - a value between 0 and 160, default is 10
|
||||||
;vivox_channel_clamping_distance = 10
|
;vivox_channel_clamping_distance = 10
|
||||||
|
|
||||||
|
|
||||||
[Groups]
|
[Groups]
|
||||||
Enabled = false
|
Enabled = false
|
||||||
|
|
||||||
|
@ -1268,4 +1260,3 @@
|
||||||
|
|
||||||
[Modules]
|
[Modules]
|
||||||
Include-modules = "addon-modules/*/config/*.ini"
|
Include-modules = "addon-modules/*/config/*.ini"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue