Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use controller.host property instead of old controller.ip property #974

Merged
merged 1 commit into from
Jul 24, 2023

Conversation

junoyoon
Copy link
Contributor

controller.ip property was used even after this property has changed its name to controller.host.

Fix this

@junoyoon
Copy link
Contributor Author

@donggyu04 @imbyungjun please check this. and merge if ok.

@@ -17,7 +17,7 @@ controller.monitor_port,13243,monitor.listen.port
controller.url,,ngrinder.http.url,http.url
controller.console_port_base,12000,ngrinder.console.portbase
controller.controller_port,16001,ngrinder.agent.control.port
controller.ip,,ngrinder.controller.ipaddress,ngrinder.controller.ip
controller.host,,controller.ip,ngrinder.controller.ipaddress,ngrinder.controller.ip
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh in system.conf, controller.host was being used since 2014.

@imbyungjun imbyungjun merged commit efc2b75 into naver:develop Jul 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants