Skip to content

Commit 8cc49db

Browse files
committed
Remove test connection string from sample
1 parent d74d15e commit 8cc49db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

samples/Sample.AmazonSQS.InMemory/appsettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"Logging": {
33
"IncludeScopes": false,
44
"LogLevel": {
5-
"Default": "Error"
5+
"Default": "Information"
66
}
77
}
88
}

samples/Sample.ConsoleApp/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public static void Main(string[] args)
1616
{
1717
//console app does not support dashboard
1818

19-
x.UseMySql("Server=192.168.3.57;Port=3307;Database=captest;Uid=root;Pwd=123123;");
19+
x.UseMySql("<ConnectionString>");
2020
x.UseRabbitMQ(z =>
2121
{
2222
z.HostName = "192.168.3.57";

0 commit comments

Comments
 (0)