它目前运行在8080上,但我需要该端口用于其他服务。
答案 0 :(得分:3)
也许这个?
var store = new EmbeddableDocumentStore
{
Configuration =
{
Port = 12345,
}
};