Hermes Alves
Explore posts from serversWhy isn't the API_PORT variable being loaded? Is there something I'm missing?
I'm new to Deno and I have a question regarding environment variables. For development, I need to specify the path to my .env file using dotenv to load the environment variables. However, when running in production (inside a Docker container), I assume I don't need to use dotenv since Docker can handle environment variables directly.
Is my understanding correct? Do I need to manage .env files differently for development and production?
15 replies