refactor(controller): wrapper refactor for dynamic ports

This commit is contained in:
2025-09-23 20:55:01 -05:00
parent bee436d341
commit d9ca6398f1
4 changed files with 41 additions and 13 deletions

View File

@@ -0,0 +1,13 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"ProxyConfig": {
"Port8080": 8080,
"Port4000": 4000
}
}