Initial version
This commit is contained in:
10
EonaCat.Logger.LogServer/appsettings.json
Normal file
10
EonaCat.Logger.LogServer/appsettings.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"ConnectionStrings": {
|
||||
"DefaultConnection": "Data Source=logging.db"
|
||||
},
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user