Files
notesnook-sync-server_custo…/Streetwriters.Identity/appsettings.Development.json
2025-04-10 11:09:28 +05:00

14 lines
293 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"MongoDbSettings": {
"ConnectionString": "mongodb://localhost:27017/identity",
"DatabaseName": "identity"
}
}