mirror of
https://github.com/opensim/opensim.git
synced 2026-07-02 00:15:45 +08:00
Can now set the plugins for standalone mode's Inventory database (default sqlite) and for its user database (default DB4o). Currently changing the user plugin to MySql should work (if you have MySql setup (should be same as for grid mode). There is also a MySql provider for the inventory but not 100% certain if that is finished and functional (will need to check with Adam on that).
This commit is contained in:
@@ -47,7 +47,8 @@ namespace SimpleApp
|
||||
{
|
||||
base.StartUp();
|
||||
|
||||
m_commsManager = new CommunicationsLocal(m_networkServersInfo, m_httpServer, m_assetCache, false, "");
|
||||
CommunicationsLocal.LocalSettings settings = new CommunicationsLocal.LocalSettings("", false, "", "");
|
||||
m_commsManager = new CommunicationsLocal(m_networkServersInfo, m_httpServer, m_assetCache, settings);
|
||||
|
||||
m_log.Notice(m_log.LineInfo);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user