Files
FACULTATE-HEALTHCARE_MANAGER/frontend/wwwroot/appsettings.json
T

14 lines
245 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"ApiSettings": {
"ApiKey": "testapikey",
"ApiEndpoint": "https://localhost:5001/api"
}
}