It currently runs on 8080, but I need that port for another service.
Asked
Active
Viewed 488 times
1 Answers
2
Perhaps this?
var store = new EmbeddableDocumentStore
{
Configuration =
{
Port = 12345,
}
};

Jim Bolla
- 8,265
- 36
- 54