diff options
-rw-r--r-- | bin/OpenSimDefaults.ini | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index 36e0b7b..8437ece 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -906,17 +906,6 @@ | |||
906 | PriceParcelRent = 1 | 906 | PriceParcelRent = 1 |
907 | 907 | ||
908 | 908 | ||
909 | [SVN] | ||
910 | Enabled = false | ||
911 | Directory = SVNmodule\repo | ||
912 | URL = "svn://your.repo.here/" | ||
913 | Username = "user" | ||
914 | Password = "password" | ||
915 | ImportOnStartup = false | ||
916 | Autosave = false | ||
917 | AutoSavePeriod = 15 ; Number of minutes between autosave backups | ||
918 | |||
919 | |||
920 | [XEngine] | 909 | [XEngine] |
921 | ; Enable this engine in this OpenSim instance | 910 | ; Enable this engine in this OpenSim instance |
922 | Enabled = true | 911 | Enabled = true |
@@ -1115,10 +1104,12 @@ | |||
1115 | ; May represent a security risk if you disable this. | 1104 | ; May represent a security risk if you disable this. |
1116 | OwnerOnly = true | 1105 | OwnerOnly = true |
1117 | 1106 | ||
1107 | |||
1118 | [Hypergrid] | 1108 | [Hypergrid] |
1119 | ; Keep it false for now. Making it true requires the use of a special client in order to access inventory | 1109 | ; Keep it false for now. Making it true requires the use of a special client in order to access inventory |
1120 | safemode = false | 1110 | safemode = false |
1121 | 1111 | ||
1112 | |||
1122 | [VivoxVoice] | 1113 | [VivoxVoice] |
1123 | ; The VivoxVoice module will allow you to provide voice on your | 1114 | ; The VivoxVoice module will allow you to provide voice on your |
1124 | ; region(s). It uses the same voice technology as the LL grid and | 1115 | ; region(s). It uses the same voice technology as the LL grid and |
@@ -1177,6 +1168,7 @@ | |||
1177 | ; - a value between 0 and 160, default is 10 | 1168 | ; - a value between 0 and 160, default is 10 |
1178 | ;vivox_channel_clamping_distance = 10 | 1169 | ;vivox_channel_clamping_distance = 10 |
1179 | 1170 | ||
1171 | |||
1180 | [Groups] | 1172 | [Groups] |
1181 | Enabled = false | 1173 | Enabled = false |
1182 | 1174 | ||
@@ -1268,4 +1260,3 @@ | |||
1268 | 1260 | ||
1269 | [Modules] | 1261 | [Modules] |
1270 | Include-modules = "addon-modules/*/config/*.ini" | 1262 | Include-modules = "addon-modules/*/config/*.ini" |
1271 | |||