diff options
Diffstat (limited to 'bin')
-rw-r--r-- | bin/OpenSim.ini.example | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index bd48f8c..cc117ad 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -178,7 +178,7 @@ | |||
178 | 178 | ||
179 | ;WorldMapModule = "WorldMap" | 179 | ;WorldMapModule = "WorldMap" |
180 | ;MapImageModule = "MapImageModule" | 180 | ;MapImageModule = "MapImageModule" |
181 | 181 | ||
182 | 182 | ||
183 | [StandAlone] | 183 | [StandAlone] |
184 | accounts_authenticate = true | 184 | accounts_authenticate = true |
@@ -225,6 +225,14 @@ | |||
225 | ; User Source MySQL example | 225 | ; User Source MySQL example |
226 | ;user_source = "Data Source=localhost;Database=opensim;User ID=opensim;Password=****;" | 226 | ;user_source = "Data Source=localhost;Database=opensim;User ID=opensim;Password=****;" |
227 | 227 | ||
228 | ; Specifies the location and filename of the default inventory library control file. The path can be relative or absolute | ||
229 | ; Default is ./inventory/Libraries.xml | ||
230 | ;LibrariesXMLFile="./inventory/Libraries.xml" | ||
231 | |||
232 | ; Specifies the location and filename of the inventory library assets control file. The path can be relative or absolute | ||
233 | ; Setting is optional. Default is ./assets/AssetSets.xml | ||
234 | ;AssetSetsXMLFile="./assets/AssetSets.xml" | ||
235 | |||
228 | dump_assets_to_file = false | 236 | dump_assets_to_file = false |
229 | 237 | ||
230 | 238 | ||