mirror of
https://github.com/opensim/opensim.git
synced 2026-05-14 18:55:39 +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:
@@ -40,6 +40,7 @@ namespace OpenSim.Data
|
||||
|
||||
public abstract string Version { get; }
|
||||
public abstract string Name { get; }
|
||||
public abstract void Initialise(string connect);
|
||||
public abstract void Initialise();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user