aliekens / biographd

BioGraph computing kernel daemon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mysql now hardcoded, needs to be configurable.

aliekens opened this issue · comments

Database name, login and password are hardcoded, but will differ from system to system.

Current solution is a config .h file that needs to be configured before compilation. Upon deployment in production, this needs to become a configuration file that is parsed by biographd at runtime.