Set Gitlab URL via config file
MR !8 (merged) made the gitlab URL configurable via an environment variable with the previously hard-coded value as a fall-back. This MR changes it to be configurable via a config file entry. The change should not affect existing users since env vars override config file entries and the default remains the same.