From af758ea16456a47832cc823465819fc4f9576c77 Mon Sep 17 00:00:00 2001 From: Diva Canto Date: Sun, 31 Jan 2010 14:01:47 -0800 Subject: * 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 --- bin/OpenSim.ini.example | 50 ------------------------------------------------- 1 file changed, 50 deletions(-) (limited to 'bin/OpenSim.ini.example') 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 @@ ;SMTP_SERVER_LOGIN=foo ;SMTP_SERVER_PASSWORD=bar - -[Communications] - ;InterregionComms = "LocalComms" - InterregionComms = "RESTComms" - - -[StandAlone] - ; If this is set to true then OpenSim only allows in users who already have accounts. - ; An account can be created using the "create user" console command. - ; - ; If this is set to false then an account is automatically created for a user who logs in - ; without one. PLEASE NOTE THAT IN THIS MODE NO PASSWORD CHECKS ARE PERFORMED. - ; Therefore, any user can log into any account. If accounts_authenticate is later switched to - ; true then the passwords will need to be reset (using the "reset user password" console command) since - ; automatically created accounts have their password set to the string "test". - ; - ; This setting applies to standalone mode only, not grid or other modes. Default is true. - accounts_authenticate = true - - welcome_message = "Welcome to OpenSimulator" - - ; Inventory database provider - inventory_plugin = "OpenSim.Data.SQLite.dll" - ; inventory_plugin = "OpenSim.Data.MySQL.dll" - - ; Inventory source SQLite example - inventory_source = "URI=file:inventoryStore.db,version=3" - ; Inventory Source MySQL example - ;inventory_source = "Data Source=localhost;Database=opensim;User ID=opensim;Password=****;" - - ; User Data Database provider - ; - ; Multiple providers can be specified by separating them with commas (whitespace is unimportant) - ; If multiple providers are specified then if a profile is requested, each is queried until one - ; provides a valid profile, or until all providers have been queried. - ; Unfortunately the order of querying is currently undefined (it may not be the order in which - ; providers are specified here). This needs to be fixed - ; - userDatabase_plugin = "OpenSim.Data.SQLite.dll" - ; userDatabase_plugin = "OpenSim.Data.MySQL.dll" - - ; User source SQLite example - user_source = "URI=file:userprofiles.db,version=3" - ; User Source MySQL example - ;user_source = "Data Source=localhost;Database=opensim;User ID=opensim;Password=****;" - - ; Specifies the location and filename of the default inventory library control file. The path can be relative or absolute - ; Default is ./inventory/Libraries.xml - LibrariesXMLFile="./inventory/Libraries.xml" - [Network] ConsoleUser = "Test" ConsolePass = "secret" -- cgit v1.1