Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 733 Bytes

File metadata and controls

18 lines (13 loc) · 733 Bytes

Docker

Docker must be configured to use LCOW in Windows OS.

Run the following scripts to start and stop all the Database engines:

DockerComposeUp.ps1
DockerComposeDown.ps1

Docker Environment Variables

NEventStore.MsSql="Server=localhost,50001;Database=NEventStore;User Id=sa;Password=Password1;TrustServerCertificate=True;" NEventStore.MongoDB="mongodb://localhost:50002/NEventStore" NEventStore.MySql="Server=localhost;Port=50003;Database=NEventStore;Uid=sa;Pwd=Password1;AutoEnlist=false;" NEventStore.PostgreSql="Server=localhost;Port=50004;Database=NEventStore;Uid=sa;Pwd=Password1;Enlist=false;" NEventStore.Oracle="Data Source=localhost:50005/XE;User Id=system;Password=Password1;Persist Security Info=True;"