Browse Source

Remove test connection string from sample

master
Savorboard 3 years ago
parent
commit
8cc49dba17
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      samples/Sample.AmazonSQS.InMemory/appsettings.json
  2. +1
    -1
      samples/Sample.ConsoleApp/Program.cs

+ 1
- 1
samples/Sample.AmazonSQS.InMemory/appsettings.json View File

@@ -2,7 +2,7 @@
"Logging": {
"IncludeScopes": false,
"LogLevel": {
"Default": "Error"
"Default": "Information"
}
}
}

+ 1
- 1
samples/Sample.ConsoleApp/Program.cs View File

@@ -16,7 +16,7 @@ namespace Sample.ConsoleApp
{
//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";


Loading…
Cancel
Save