Changes:
- added default localisation file if none specified (PR #2)
- added database authentication support with username and password (PR #3)
- added support for multiple database connection hosts
Please note to use DatabaseHosts []string
in connection config instead of DatabaseHost string
now!