What would you like to be enhanced
: Dynamic config for server port (REST api server for this moment)
Why is this needed
: Sometimes users want to use custom port
Proposed solution
/help
Can't we require the user to pass, for example, --port=1323 ? We can utilize flag package for parsing command line arguments.
If the user doesn't give a port, we can use a default port such as 1323.
¯_(ツ)_/¯
@betelgeuse-7 Thank you for the suggestion !
I'd like to invite you to resolve this Issue ! (if you are available)
I think your suggestion is a better solution. :)
I hope to hear @jihoon-seo 's opinion though to check there are no other concerns.
PTAL: @jihoon-seo
/assign @betelgeuse-7
Okay. I am going to try to add this feature tomorrow. :)
This issue is resolved by the PR #802.