Exifly / ApiVault

Your gateway to a world of public APIs.
https://apivault.dev
Other
435 stars 39 forks source link

[ ENHANCEMENT ] Set debug boolean value on .env file #266

Closed gdjohn4s closed 11 months ago

gdjohn4s commented 1 year ago

Is your feature request related to a problem? Please describe

Not a problem at all, but it's a good practice to set the debug value inside the .env file

Describe the solution you'd like

Set the debug configuration inside .env file like DEBUG=True

Describe alternatives you've considered

If someone have a valid alternative, please share it with us 😃

vaibh27 commented 1 year ago

Hey @gdjohn4s, I would like to do the changes regarding this one, Can you assign it to me ?

gdjohn4s commented 1 year ago

Sure @vaibh27 , thanks for your help 😃

vaibh27 commented 1 year ago

Hello @gdjohn4s,

I've noticed that there are three environment (env) files in the project. I'd like to confirm that we only have to add the 'debug' boolean value, in the env file located in the main directory?

Thank you.

gdjohn4s commented 1 year ago

Hi @vaibh27 Yes but in the main backend directory.

This is the structure: