17 lines
368 B
JSON
17 lines
368 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"ConnectionStrings": {
|
|
"Default": "Data Source=../HackerNet.Web/hackernet.db"
|
|
},
|
|
"TokenValidation": {
|
|
"Audience": "https://localhost:7252/",
|
|
"Issuer": "https://localhost:7252/",
|
|
"Key": "fwjlkf989r32lkf;wk"
|
|
}
|
|
}
|