Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
archiv:opensim:konfiguration:standalone-modus [2024/01/24 16:39] – Externe Bearbeitung 127.0.0.1 | archiv:opensim:konfiguration:standalone-modus [Unbekanntes Datum] (aktuell) – Externe Bearbeitung (Unbekanntes Datum) 127.0.0.1 | ||
---|---|---|---|
Zeile 1: | Zeile 1: | ||
+ | ===== Standalone-Modus ===== | ||
+ | |||
+ | Der Standalone-Modus klingt erst einmal so als wenn dies ein isolierter OpenSIM-Server ist, was aber durch die Möglichkeit von Hypergrid nicht wirklich so ist. Mittels [[Hypergrid]] ist ein OpenSIM-Server im Standalone-Modus alles andere als " | ||
+ | |||
+ | Der Standalone-Modus wird in der OpenSIM-Konfigurationsdatei " | ||
+ | |||
+ | < | ||
+ | gridmode = false | ||
+ | </ | ||
+ | |||
+ | Zusätzlich muss die Standalone-Konfiguration im Bereich " | ||
+ | |||
+ | < | ||
+ | [StandAlone] | ||
+ | accounts_authenticate = true | ||
+ | welcome_message = " | ||
+ | |||
+ | ; Asset database provider | ||
+ | ; asset_plugin = " | ||
+ | asset_plugin = " | ||
+ | ; asset_plugin = " | ||
+ | |||
+ | ; the Asset DB source. | ||
+ | ; Asset Source SQLite example | ||
+ | ; asset_source = " | ||
+ | ; Asset Source NHibernate example (DIALECT; | ||
+ | ; asset_source = " | ||
+ | ; Asset Source MySQL example | ||
+ | asset_source = "Data Source=localhost; | ||
+ | |||
+ | ; Inventory database provider | ||
+ | ; inventory_plugin = " | ||
+ | inventory_plugin = " | ||
+ | ; inventory_plugin = " | ||
+ | |||
+ | ; Inventory Source NHibernate example (DIALECT; | ||
+ | ; inventory_source = " | ||
+ | ; Inventory Source MySQL example | ||
+ | inventory_source = "Data Source=localhost; | ||
+ | |||
+ | ; 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). | ||
+ | ; | ||
+ | ; userDatabase_plugin = " | ||
+ | userDatabase_plugin = " | ||
+ | ; userDatabase_plugin = " | ||
+ | |||
+ | ; User Source NHibernate Example (DIALECT; | ||
+ | ; user_source = " | ||
+ | ; User Source MySQL example | ||
+ | user_source = "Data Source=localhost; | ||
+ | |||
+ | ; Specifies the location and filename of the default inventory library control file. The path can be relative or absolute | ||
+ | ; Default is ./ | ||
+ | ; | ||
+ | |||
+ | ; Specifies the location and filename of the inventory library assets control file. The path can be relative or absolute | ||
+ | ; Setting is optional. Default is ./ | ||
+ | ; | ||
+ | |||
+ | dump_assets_to_file = false | ||
+ | </ | ||