Commit 475aba48 authored by Krishna Reddy Tamatam's avatar Krishna Reddy Tamatam

For production

parent 2494bcb2
...@@ -139,7 +139,8 @@ if (app.Environment.IsDevelopment()) ...@@ -139,7 +139,8 @@ if (app.Environment.IsDevelopment())
else else
{ {
//app.Run(); //app.Run();
app.Run("http://*:4709"); app.Run("http://*:4708"); // For Production
//app.Run("http://*:4709"); // For Admin
} }
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
"Password": "fernandez123!", "Password": "fernandez123!",
"FtpURL": "ftp://192.168.7.104/", "FtpURL": "ftp://192.168.7.104/",
"FTPMODE": false, "FTPMODE": false,
"DestinationPath": "/ftproot/FTPRoot/Fernandez/ScanDocuments" "DestinationPath": "/ftproot/FTPRoot/"
} }
}, },
......
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