Skip to content

Commit 408bc19

Browse files
committed
Update list of storage connections
1 parent 393452a commit 408bc19

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Orm/Xtensive.Orm.Tests.Framework/Orm.config

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@
4848
<domain name="pgsql92"
4949
connectionUrl="postgresql://dotest:dotest@localhost:5492/dotest" />
5050

51+
<domain name="pgsql96"
52+
connectionUrl="postgresql://dotest:dotest@localhost:5496/dotest" />
53+
5154
<domain name="pgsql100"
5255
connectionUrl="postgresql://dotest:dotest@localhost:54100/dotest" />
5356

@@ -128,6 +131,9 @@
128131
<domain name="pgsql92cs" provider="postgresql"
129132
connectionString="HOST=localhost;PORT=5492;DATABASE=dotest;USER ID=dotest;PASSWORD=dotest" />
130133

134+
<domain name="pgsql96cs" provider="postgresql"
135+
connectionString="HOST=localhost;PORT=5496;DATABASE=dotest;USER ID=dotest;PASSWORD=dotest" />
136+
131137
<domain name="pgsql100cs" provider="postgresql"
132138
connectionString="HOST=localhost;PORT=54100;DATABASE=dotest;USER ID=dotest;PASSWORD=dotest" />
133139

0 commit comments

Comments
 (0)