7 lines
313 B
INI
7 lines
313 B
INI
; The default connections to the test databases. Used by tests based on BasicDataServiceTest.cs.
|
|
; Read by code in DefaultTestConns.cs
|
|
|
|
[TestConnections]
|
|
MySqlConnection="Server=localhost;Port=3306;Database=opensim-nunit;User ID=opensim-nunit;Password=opensim-nunit;"
|
|
;SqlConnection="..."
|
|
;SqliteConnection="..." |