-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
config: introduce admin-server-host config parameter #3558
Conversation
03ae9dd
to
b24ae00
Compare
Introduces optional admin-server-host config setting, which falls back to server-host value
4f520c4
to
b491b64
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The new config should be tested in test/io/db_config.sql
alongside the non-reloadable configs.
Also needs tests for the no-default configs (check below).
2e47348
to
f466330
Compare
0dceb38
to
243938d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Introduces optional
admin-server-host
config setting, which falls back toserver-host
value