Projektdateien hinzufügen.
This commit is contained in:
20
UmlautAdaptarr/appsettings.json
Normal file
20
UmlautAdaptarr/appsettings.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user