How to connect foreign DB Server - project-hatohol/hatohol GitHub Wiki

Hatohol Server

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

Hatohol Web UI

Almost same as Hatohol Server.

webui.conf has 'database' section.

https://github.com/project-hatohol/hatohol/blob/38f8d3bf7aa9eaf64ee2350563b899dd0a02d4ee/client/hatohol/base_settings.py#L253