mirror of
https://github.com/hubHarmony/Csharp-API-Template.git
synced 2024-11-17 21:40:31 +00:00
18 lines
313 B
JSON
18 lines
313 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"Jwt": {
|
|
"Key": "YOUR_KEY",
|
|
"Issuer": "YOUR_ISSUER",
|
|
"Audience": "YOUR_AUDIENCE"
|
|
},
|
|
"ConnectionStrings": {
|
|
"DATABASE": "YOUR_CONNECTION_STRING"
|
|
}
|
|
}
|