matheusgomes28 / urchin

Headless CMS written in Golang
MIT License
60 stars 19 forks source link

Remove Env Variable Configuration #75

Closed matheusgomes28 closed 5 months ago

matheusgomes28 commented 5 months ago

I believe that urchin_config.toml is enough for a configuration file, so we no longer need the env variable configs.

codecov[bot] commented 5 months ago

Codecov Report

Attention: Patch coverage is 0% with 20 lines in your changes are missing coverage. Please review.

Project coverage is 43.42%. Comparing base (c96b703) to head (b56ea39).

Files Patch % Lines
cmd/urchin/main.go 0.00% 11 Missing :warning:
cmd/urchin-admin/main.go 0.00% 9 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #75 +/- ## ========================================== + Coverage 40.49% 43.42% +2.93% ========================================== Files 16 16 Lines 815 760 -55 ========================================== Hits 330 330 + Misses 441 386 -55 Partials 44 44 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.