Files
schengen-visa/SchengenVisaApi/appsettings.json
2025-10-05 14:32:06 +03:00

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"
}
}