3scale / apisonator

Red Hat 3scale API Management Apisonator backend
https://3scale.net
Apache License 2.0
36 stars 27 forks source link

Fix dotenv on staging #375

Closed jlledom closed 3 months ago

jlledom commented 3 months ago

We can't deploy to staging due to a bug on how we load dotenv files by priority.

This PR fixes that. Also, it simplifies the code by never trying to load the .env file, since it would never be loaded anyway, because .env.test has more priority and it's always present because it's in the repo.

So this is how it works now: