mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
changes to allow asset_source to be specified in the opensim.ini
this will work for sqlite and nhibernate, but will be ignored for mysql and mssql (reverting to their ini files) until someone writes that bit.
This commit is contained in:
@@ -191,6 +191,13 @@ namespace OpenSim.Data.MSSQL
|
||||
|
||||
#region IPlugin Members
|
||||
|
||||
override public void Initialise(string connect)
|
||||
{
|
||||
// TODO: this would allow you to pass in connnect info as
|
||||
// a string instead of file, if someone writes the support
|
||||
Initialise();
|
||||
}
|
||||
|
||||
override public void Initialise()
|
||||
{
|
||||
IniFile GridDataMySqlFile = new IniFile("mssql_connection.ini");
|
||||
|
||||
Reference in New Issue
Block a user