This repository was archived by the owner on Jan 11, 2023. It is now read-only.
This repository was archived by the owner on Jan 11, 2023. It is now read-only.
feature: read frameworks ports from configuration files #287
Open
Description
Which problem is this feature request solving?
Some frameworks can have their port configured by a file. e.g.
It would be great to read the port from the configuration file and use it instead of the default.
Describe the solution you'd like
When relevant, parse the framework configuration file and read the port setting
Describe alternatives you've considered
Keep reporting the default port
Can you submit a pull request?
Yes