Question

It currently runs on 8080, but I need that port for another service.

Was it helpful?

Solution

Perhaps this?

var store = new EmbeddableDocumentStore
                        {
                            Configuration =
                                {
                                    Port = 12345,
                                }
                        };
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top