Files
notesnook-sync-server_custo…/Streetwriters.Identity/appsettings.Development.json
2022-12-28 17:24:47 +05:00

14 lines
280 B
JSON

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