Skip to content

Commit

Permalink
Remove test connection string from sample
Browse files Browse the repository at this point in the history
  • Loading branch information
yang-xiaodong committed Dec 3, 2020
1 parent d74d15e commit 8cc49db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion samples/Sample.AmazonSQS.InMemory/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"Logging": {
"IncludeScopes": false,
"LogLevel": {
"Default": "Error"
"Default": "Information"
}
}
}
2 changes: 1 addition & 1 deletion samples/Sample.ConsoleApp/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public static void Main(string[] args)
{
//console app does not support dashboard

x.UseMySql("Server=192.168.3.57;Port=3307;Database=captest;Uid=root;Pwd=123123;");
x.UseMySql("<ConnectionString>");
x.UseRabbitMQ(z =>
{
z.HostName = "192.168.3.57";
Expand Down

0 comments on commit 8cc49db

Please sign in to comment.