19 lines
359 B
JSON
19 lines
359 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"ConnectionStrings": {
|
|
"Membership": {
|
|
"connectionString": "Data Source=..\\Data\\Membership.db",
|
|
"providerName": "SQLite"
|
|
},
|
|
"Log": {
|
|
"connectionString": "Data Source=..\\Data\\Log.db",
|
|
"providerName": "SQLite"
|
|
},
|
|
}
|
|
}
|