22 lines
466 B
JSON
22 lines
466 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
|
|
"urls": "http://localhost:5003;https://localhost:7168",
|
|
|
|
"ConnectionStrings": {
|
|
"connectionString": "Host=localhost;Port=5432;Database=visa;Username=postgres;Password=Qwerty123456!"
|
|
},
|
|
|
|
"JwtSettings": {
|
|
"Issuer":"visaAPI",
|
|
"Audience":"visaClient",
|
|
"Key": "frsjiajfapojrpwauflakpiowaidoaplakrf"
|
|
}
|
|
}
|