Skip to content

Commit 4293587

Browse files
JaBistDuNarrischJaBistDuNarrisch
authored andcommitted
remove minimum pool size
1 parent 6c4883f commit 4293587

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed
Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
1-
{
2-
"DatabaseConnectionConfigs": [
3-
{
4-
"Id": "SQLite",
5-
"ConnectionString": "Data Source=:memory:;version=3"
6-
},
7-
{
8-
"Id": "SQLServer",
9-
"ConnectionString": "Data Source=localhost;Initial Catalog=Whatever;user=sa;pwd=YourStrong@Passw0rd;encrypt=false"
10-
},
11-
{
12-
"Id": "PostgreSQL",
13-
"ConnectionString": "Server=localhost;Port=5432;Database=postgres;User Id=testuser;Password=testpass;Pooling=true;Minimum Pool Size=100"
14-
},
15-
{
16-
"Id": "Oracle",
17-
"ConnectionString": "Data Source=//localhost:1521/FREEPDB1;User Id=k;Password=k;"
18-
},
19-
{
20-
"Id": "MySQL",
21-
"ConnectionString": "Server=127.0.0.1;Port=3306;Database=testdb;User Id=testuser;Password=testpass;"
22-
}
23-
]
1+
{
2+
"DatabaseConnectionConfigs": [
3+
{
4+
"Id": "SQLite",
5+
"ConnectionString": "Data Source=:memory:;version=3"
6+
},
7+
{
8+
"Id": "SQLServer",
9+
"ConnectionString": "Data Source=localhost;Initial Catalog=Whatever;user=sa;pwd=YourStrong@Passw0rd;encrypt=false"
10+
},
11+
{
12+
"Id": "PostgreSQL",
13+
"ConnectionString": "Server=localhost;Port=5432;Database=postgres;User Id=testuser;Password=testpass;Pooling=true;"
14+
},
15+
{
16+
"Id": "Oracle",
17+
"ConnectionString": "Data Source=//localhost:1521/FREEPDB1;User Id=k;Password=k;"
18+
},
19+
{
20+
"Id": "MySQL",
21+
"ConnectionString": "Server=127.0.0.1;Port=3306;Database=testdb;User Id=testuser;Password=testpass;"
22+
}
23+
]
2424
}

0 commit comments

Comments
 (0)