How to pass env variable from path ?

I have MVC Architecture folder structure. Inside enviourment folder i have env for different enviourment how to access it from there ?

May I ask which language and framework you’re using?

Either way my usual recommendation would be to use the [env] section and secrets and ignoring having to send .env-like files on your image whenever possible.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.