Fixed scanning issue. Updated worker.
This commit is contained in:
11
JSMR.Worker/appsettings.Development.json
Normal file
11
JSMR.Worker/appsettings.Development.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
},
|
||||
"ConnectionStrings": {
|
||||
"AppDb": "Server=localhost;Port=3306;User=root;Password=password;database=VoiceWorks;SslMode=none"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user