[CHANGE] Moved to appsettings settings
This commit is contained in:
@@ -17,5 +17,11 @@
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*"
|
||||
"AllowedHosts": "*",
|
||||
"Library": {
|
||||
"Path": "{workdir}/Library"
|
||||
},
|
||||
"Downloads": {
|
||||
"MaxConcurrentDownloads": 5
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user