mirror of
https://github.com/streetwriters/notesnook-sync-server.git
synced 2026-02-12 19:22:45 +00:00
16 lines
400 B
JSON
16 lines
400 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft": "Warning",
|
|
"Microsoft.Hosting.Lifetime": "Information",
|
|
"Microsoft.AspNetCore.SignalR": "Trace",
|
|
"Microsoft.AspNetCore.Http.Connections": "Trace"
|
|
}
|
|
},
|
|
"MongoDbSettings": {
|
|
"ConnectionString": "mongodb://localhost:27017/notesnook",
|
|
"DatabaseName": "notesnook"
|
|
}
|
|
}
|