motiv-labs / janus

An API Gateway written in Go
https://hellofresh.gitbooks.io/janus
MIT License
2.78k stars 318 forks source link

PT-2440 Missing config file should not be an error #370

Closed vgarvardt closed 5 years ago

vgarvardt commented 5 years ago

What does this PR do?

Env variables is more preferred way of loading configurtions, especially in docker/k8s world, so missing config file should not be an error.

codecov[bot] commented 5 years ago

Codecov Report

Merging #370 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #370   +/-   ##
=======================================
  Coverage   39.73%   39.73%           
=======================================
  Files          75       75           
  Lines        2660     2660           
=======================================
  Hits         1057     1057           
  Misses       1541     1541           
  Partials       62       62

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 3201979...0854618. Read the comment docs.