Skip to content

Prepare for Docker & Heroku

Lorenzo Setale requested to merge adds-env-variables into main

This is a preparation for Heroku or Docker PRs, that will require the app to be a 12 factor app.

Changelog

Added:

  • Added viper dependency to load the env variables
  • Added structured logging via logrus

Checklist

Ensure that before making this PR you have:

  • Read the contributing guidelines
  • Agreed with the LICENSE
  • Run go fmt ./...
  • Run go mod tidy
Edited by Lorenzo Setale

Merge request reports