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, } };