hackernet/Apps/HackerNet.Api/appsettings.Development.json
2021-12-15 14:59:11 +01:00

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"
}
}