mirror of
https://github.com/streetwriters/notesnook-sync-server.git
synced 2026-02-12 11:12:44 +00:00
14 lines
280 B
JSON
14 lines
280 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft": "Warning",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
},
|
|
"MongoDbSettings": {
|
|
"ConnectionString": "mongodb://localhost:27017/identity",
|
|
"DatabaseName": "identity"
|
|
}
|
|
}
|