hn-20-2/Apps/Api/appsettings.json
2021-04-29 14:12:56 +02:00

19 lines
384 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"ConnectionStrings": {
"Default": "Data Source=../Website/hn.db"
},
"AllowedHosts": "*",
"Token": {
"Issuer": "http://localhost",
"Audience": "http://localhost",
"SecurityKey": "tS4wW5bA1cI5iY6j"
}
}