refactor(controller): wrapper refactor for dynamic ports
This commit is contained in:
13
lstWrapper/appsettings-example.json
Normal file
13
lstWrapper/appsettings-example.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*",
|
||||
"ProxyConfig": {
|
||||
"Port8080": 8080,
|
||||
"Port4000": 4000
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user