-
Notifications
You must be signed in to change notification settings - Fork 37
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
Document all environment variables in README.md #2023
Comments
Is this still open? |
hello, the issue is still open! please feel free to work on it if you'd like, though responses from our team may be delayed for the month of January, as we're all working on other projects at the moment 🥲 |
Hi @halfwhole I can work on this, could you assign the ticket to me please? Thank you. |
hi @chasingtherain for sure, feel free to work on this and open a PR for it if you'd like! |
Hi @halfwhole In this comment, I note that some variables are not placed in the correct category: "the existing env variables under "Server" include e.g. AWS_S3_BUCKET and SENTRY_AUTH_TOKEN that don't seem to belong there, so it seems like documenting env variables wherever is the norm" Could you advise where AWS_S3_BUCKET and SENTRY_AUTH_TOKEN should be placed at? |
Hi @halfwhole I have scanned through the different files and found these env variables missing from README Could you kindly advise on the following:
Thank you. Variables missing from Server table
Variables found in ci.yml that are not found in README
Variables found in .gitpod.Dockerfile that are not found in README
|
thanks for looking into this issue! as for the variables you've identified in the tables above: Variables missing from Server table
Variables found in ci.yml that are not found in README
Variables found in .gitpod.Dockerfile that are not found in README
as for as for |
Describe the issue
Not all environment variables are documented in the readme. For example, in
src/server/config.ts
, the optional variablesSALT_ROUNDS
,OTP_EXPIRY
,REDIRECT_EXPIRY
, andSTATISTICS_EXPIRY
are not documented anywhere.The sections with environment variables (e.g. server, deployment) do not exactly separate them out correctly either (see #2017 (comment))
The text was updated successfully, but these errors were encountered: