We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Hatohol Server can connect to foreign DB Server.
DB Server is set 'localhost' by default and it can be overridden.
hatohol.conf has 'mysql' section, the mysql section has a few parameters.
Whole parameter list can be shown as follows:
https://github.com/project-hatohol/hatohol/blob/38f8d3bf7aa9eaf64ee2350563b899dd0a02d4ee/server/src/ConfigManager.cc#L253
Almost same as Hatohol Server.
webui.conf has 'database' section.
https://github.com/project-hatohol/hatohol/blob/38f8d3bf7aa9eaf64ee2350563b899dd0a02d4ee/client/hatohol/base_settings.py#L253