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