Question

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

Était-ce utile?

La solution

Perhaps this?

var store = new EmbeddableDocumentStore
                        {
                            Configuration =
                                {
                                    Port = 12345,
                                }
                        };
Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top