Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Embedded RavenDB - how to run management studio on a different port

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

like image 374
Lincoln Avatar asked Dec 12 '25 20:12

Lincoln


1 Answers

Perhaps this?

var store = new EmbeddableDocumentStore
                        {
                            Configuration =
                                {
                                    Port = 12345,
                                }
                        };
like image 191
Jim Bolla Avatar answered Dec 15 '25 11:12

Jim Bolla



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!