PIAPS_CW/WebApp/appsettings.json

11 lines
235 B
JSON
Raw Normal View History

2024-05-09 17:45:03 +04:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
2024-06-19 22:32:09 +04:00
"API": "https://localhost:7051/",
"SecretKey": "secretkey_secretkey_secretkey_secretkey",
2024-05-09 17:45:03 +04:00
"AllowedHosts": "*"
2024-06-19 22:32:09 +04:00
}