17 lines
417 B
JSON
17 lines
417 B
JSON
{
|
|
"ConnectionStrings": {
|
|
"DefaultConnection": "Host=localhost;Database=logisticsdb;Username=postgres;Password=postgres"
|
|
},
|
|
"Jwt": {
|
|
"Key": "your-super-secret-key-at-least-32-characters-long",
|
|
"Issuer": "LogisticsApp",
|
|
"Audience": "LogisticsAppClient"
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*"
|
|
} |