cicd-github-actions/src/GitHubActionsDemo.Api/appsettings.Development.json
2023-06-30 14:37:13 +01:00

12 lines
276 B
JSON

{
"DbSettings": {
"ConnectionString": "Server=localhost; Database=library; Uid=root; Pwd=libraryDbPassword;",
"Database": "library"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
}
}