mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
let Grid Servers specify a connect string in their configuration.
This commit is contained in:
@@ -48,9 +48,9 @@ namespace OpenSim.Data.SQLite
|
||||
/// <summary>
|
||||
/// Initialises the Grid Interface
|
||||
/// </summary>
|
||||
override public void Initialise()
|
||||
override public void Initialise(string connect)
|
||||
{
|
||||
database = new SQLiteManager("localhost", "db", "user", "password", "false");
|
||||
database = new SQLiteManager(connect);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user