Commit 7791abca authored by Krishna Reddy Tamatam's avatar Krishna Reddy Tamatam

increase port number for AdminScanner service

parent 2aca5dc5
......@@ -139,7 +139,7 @@ if (app.Environment.IsDevelopment())
else
{
//app.Run();
app.Run("http://*:4708");
app.Run("http://*:4709");
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment