Skip to content

Commit

Permalink
Update Program.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
yswenli committed Aug 19, 2020
1 parent 80eaa7a commit caeb75a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions SAEA.WebRedisManager/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ static void Main(string[] args)

var config = SAEAMvcApplicationConfigBuilder.Read();

config.Port = 16379;

config.Count = 100;

SAEAMvcApplicationConfigBuilder.Write(config);

//启动api
Expand All @@ -32,7 +28,7 @@ static void Main(string[] args)

ConsoleHelper.WriteLine("SAEA.WebRedisManager Already started");

ConsoleHelper.WriteLine("Please open on Browser:http://127.0.0.1:16379/");
ConsoleHelper.WriteLine($"Please open on Browser:http://127.0.0.1:{config.Port}/");

ConsoleHelper.WriteLine("Enter to exit service...");

Expand Down

0 comments on commit caeb75a

Please sign in to comment.