Skip to content

Commit b82b72a

Browse files
committed
Updated docker readme file
1 parent 37dea7e commit b82b72a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ DockerComposeDown.ps1
1111

1212
## Docker Environment Variables
1313

14-
NEventStore.MsSql="Server=localhost,50001;Database=NEventStore;User Id=sa;Password=Password1;"
14+
NEventStore.MsSql="Server=localhost,50001;Database=NEventStore;User Id=sa;Password=Password1;TrustServerCertificate=True;"
1515
NEventStore.MongoDB="mongodb://localhost:50002/NEventStore"
1616
NEventStore.MySql="Server=localhost;Port=50003;Database=NEventStore;Uid=sa;Pwd=Password1;AutoEnlist=false;"
1717
NEventStore.PostgreSql="Server=localhost;Port=50004;Database=NEventStore;Uid=sa;Pwd=Password1;Enlist=false;"

0 commit comments

Comments
 (0)