Pregunta

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

¿Fue útil?

Solución

Perhaps this?

var store = new EmbeddableDocumentStore
                        {
                            Configuration =
                                {
                                    Port = 12345,
                                }
                        };
Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top