[Documentation] Add default values to environment variables #12113
T3rm1
started this conversation in
Feature Requests & Suggestions
Replies: 1 comment 1 reply
-
|
Any issue using |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I wanted to create a minimal setup and was overwhelmed by the amount of configuration options in the
.envfile. Unfortunately neither the example file nor the documentation page states what the default value of each parameter is.My goal was to start with an empty env file and only change what is necessary - to keep it simple. It's crucial to know what the default for various parameters is, e.g.
MONGO_MAX_POOL_SIZE.At first, I thought that the example might be also the default value but that is not the case. I tested it by removing
PORTfrom the file and the application would no longer start.Beta Was this translation helpful? Give feedback.
All reactions