Files
PetriePanel/WebAPI/appsettings.Development.json

13 lines
276 B
JSON

{
"ConnectionStrings": {
"DefaultConnection": "Host=my_host;Database=my_db;Username=my_user;Password=my_pw"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
}
}