Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
它目前在 8080 上运行,但我需要该端口用于其他服务。
也许这个?
var store = new EmbeddableDocumentStore { Configuration = { Port = 12345, } };