blob: fc9c46af7b79b36fbce427f0231f46e5bad0e37c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"MyDarlingDb": "Data Source=Database/MyDarlingDb.db",
"IdentityDb": "Data Source=Database/IdentityDb.db"
}
}
|