Files
FictionArchive/FictionArchive.Service.TranslationService/appsettings.json
2025-11-17 22:58:50 -05:00

13 lines
187 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"DeepL": {
"ApiKey": "REPLACE_ME"
},
"AllowedHosts": "*"
}