File tree Expand file tree Collapse file tree 1 file changed +23
-23
lines changed
Expand file tree Collapse file tree 1 file changed +23
-23
lines changed Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments