Projektdateien hinzufügen.

This commit is contained in:
pcjones
2024-02-06 23:28:29 +01:00
parent 3e31f9468a
commit b11cbce725
13 changed files with 586 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"Kestrel": {
"Endpoints": {
"Http": {
"Url": "http://localhost:5005"
}
}
},
"Settings": {
"UserAgent": "UmlautAdaptarr/1.0",
"TitleQueryHost": "https://umlautadaptarr.pcjones.de"
}
}