myhn/Apps/Api/appsettings.json
2021-01-08 16:26:19 +01:00

19 lines
386 B
JSON

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