3

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

Matt Johnson-Pint
  • 230,703
  • 74
  • 448
  • 575
Lincoln
  • 749
  • 1
  • 7
  • 13

1 Answers1

2

Perhaps this?

var store = new EmbeddableDocumentStore
                        {
                            Configuration =
                                {
                                    Port = 12345,
                                }
                        };
Jim Bolla
  • 8,265
  • 36
  • 54