Вопрос

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

Это было полезно?

Решение

Perhaps this?

var store = new EmbeddableDocumentStore
                        {
                            Configuration =
                                {
                                    Port = 12345,
                                }
                        };
Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top