blob: d149744fd69bb297961a1863e4dc14cffc13b544 (
plain)
1
2
3
4
5
6
7
|
; 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="..."
|