aliekens / biographd

BioGraph computing kernel daemon
GNU General Public License v3.0
0 stars 1 forks source link

Mysql now hardcoded, needs to be configurable. #3

Open aliekens opened 11 years ago

aliekens commented 11 years ago

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

aliekens commented 11 years ago

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.