aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini.example
diff options
context:
space:
mode:
authorDiva Canto2010-01-31 14:01:47 -0800
committerDiva Canto2010-01-31 14:01:47 -0800
commitaf758ea16456a47832cc823465819fc4f9576c77 (patch)
treee2efc6c6bf3be178034919f232e35dbba50a781b /bin/OpenSim.ini.example
parentCan't comment [Network] even if it's not used. (diff)
downloadopensim-SC_OLD-af758ea16456a47832cc823465819fc4f9576c77.zip
opensim-SC_OLD-af758ea16456a47832cc823465819fc4f9576c77.tar.gz
opensim-SC_OLD-af758ea16456a47832cc823465819fc4f9576c77.tar.bz2
opensim-SC_OLD-af758ea16456a47832cc823465819fc4f9576c77.tar.xz
* More config cleanup
* Added different ports (8002 and 8003) to the many services in OpenSim.Server.ini.example * Added a separate OpenSim.Server.HG.ini.example to make it easier to run
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r--bin/OpenSim.ini.example50
1 files changed, 0 insertions, 50 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index 70f03a1..6cb3f02 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -267,56 +267,6 @@
267 ;SMTP_SERVER_LOGIN=foo 267 ;SMTP_SERVER_LOGIN=foo
268 ;SMTP_SERVER_PASSWORD=bar 268 ;SMTP_SERVER_PASSWORD=bar
269 269
270
271[Communications]
272 ;InterregionComms = "LocalComms"
273 InterregionComms = "RESTComms"
274
275
276[StandAlone]
277 ; If this is set to true then OpenSim only allows in users who already have accounts.
278 ; An account can be created using the "create user" console command.
279 ;
280 ; If this is set to false then an account is automatically created for a user who logs in
281 ; without one. PLEASE NOTE THAT IN THIS MODE NO PASSWORD CHECKS ARE PERFORMED.
282 ; Therefore, any user can log into any account. If accounts_authenticate is later switched to
283 ; true then the passwords will need to be reset (using the "reset user password" console command) since
284 ; automatically created accounts have their password set to the string "test".
285 ;
286 ; This setting applies to standalone mode only, not grid or other modes. Default is true.
287 accounts_authenticate = true
288
289 welcome_message = "Welcome to OpenSimulator"
290
291 ; Inventory database provider
292 inventory_plugin = "OpenSim.Data.SQLite.dll"
293 ; inventory_plugin = "OpenSim.Data.MySQL.dll"
294
295 ; Inventory source SQLite example
296 inventory_source = "URI=file:inventoryStore.db,version=3"
297 ; Inventory Source MySQL example
298 ;inventory_source = "Data Source=localhost;Database=opensim;User ID=opensim;Password=****;"
299
300 ; User Data Database provider
301 ;
302 ; Multiple providers can be specified by separating them with commas (whitespace is unimportant)
303 ; If multiple providers are specified then if a profile is requested, each is queried until one
304 ; provides a valid profile, or until all providers have been queried.
305 ; Unfortunately the order of querying is currently undefined (it may not be the order in which
306 ; providers are specified here). This needs to be fixed
307 ;
308 userDatabase_plugin = "OpenSim.Data.SQLite.dll"
309 ; userDatabase_plugin = "OpenSim.Data.MySQL.dll"
310
311 ; User source SQLite example
312 user_source = "URI=file:userprofiles.db,version=3"
313 ; User Source MySQL example
314 ;user_source = "Data Source=localhost;Database=opensim;User ID=opensim;Password=****;"
315
316 ; Specifies the location and filename of the default inventory library control file. The path can be relative or absolute
317 ; Default is ./inventory/Libraries.xml
318 LibrariesXMLFile="./inventory/Libraries.xml"
319
320[Network] 270[Network]
321 ConsoleUser = "Test" 271 ConsoleUser = "Test"
322 ConsolePass = "secret" 272 ConsolePass = "secret"