fengling-auth-service/appsettings.Development.json

12 lines
213 B
JSON

{
"ConnectionStrings": {
"DefaultConnection": "DataSource=Fengling.Auth.Development"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
}
}