Files
FACULTATE-HEALTHCARE_MANAGER/frontend/wwwroot/appsettings.json
T
2024-05-02 14:21:34 +03:00

14 lines
257 B
JSON

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