-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Environment variable mandatory #21
Comments
lucasgomide
changed the title
Environment variable doesn't mandatory
Environment variable mandatory
Oct 2, 2018
Sounds great to me. Two small caveats:
|
Great ideia |
lucasgomide
added a commit
to lucasgomide/temp-to-go
that referenced
this issue
Oct 2, 2018
This commits closes [danielfireman#21](danielfireman#21)
lucasgomide
added a commit
to lucasgomide/temp-to-go
that referenced
this issue
Oct 2, 2018
This commit closes [issue danielfireman#21](danielfireman#21)
lucasgomide
added a commit
to lucasgomide/temp-to-go
that referenced
this issue
Oct 2, 2018
This commit closes danielfireman#21
lucasgomide
added a commit
to lucasgomide/temp-to-go
that referenced
this issue
Oct 2, 2018
This commit closes danielfireman#21
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are some environment variable mandatory for starting web project. Most of them, shouldn't mandatory tough. I'd like to propose addition a fallback for each one env that is not really mandatory to start the application, such as
PUBLIC_HTML=/public
,MONGODB_URI=mongodb://127.0.0.1:27017/db
andPORT=8080
@danielfireman What do you think ? Is it makes sense ?
The text was updated successfully, but these errors were encountered: