Commit 1bea4709 authored by Krishna Reddy Tamatam's avatar Krishna Reddy Tamatam

Changed Port no for Staging Environment

parent fd95a024
...@@ -138,9 +138,9 @@ if (app.Environment.IsDevelopment()) ...@@ -138,9 +138,9 @@ if (app.Environment.IsDevelopment())
} }
else else
{ {
app.Run(); //For Test Site //app.Run(); //For Test Site
//app.Run("http://*:4708"); // For Production //app.Run("http://*:4708"); // For Production
//app.Run("http://*:4709"); // For Admin app.Run("http://*:4709"); // For Admin
} }
......
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