Como definir o URL do servidor no núcleo dotnet

> dotnet run --server.urls "http://localhost:5100;http://localhost:5101;http://*:5102"
Mysterious Monkey