-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Bringing all environment variables into a single place. #1010
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
Conversation
This is so we can give a quick overview of all environment variables used.
|
I don't object to centralizing them; ISTM that if we do so, it would be to make them "non-private", so maybe remove the leading underscore on the module name / variable names?? |
|
@tseaver What about also axing |
|
I was thinking to point to it from user-facing docs on configuring |
|
SGTM |
|
@tseaver PTAL |
|
@dhermes I don't see any new commits. |
Also renaming all variables in the file to drop the `_ENV_VAR_NAME` post-fix and the leading underscore.
|
@tseaver D'oh! #FAIL by me. Actually pushed the commit now. |
|
LGTM |
Bringing all environment variables into a single place.
* feat: add fields and the BackupType proto for Hot Backups docs: clarify comments and fix typos PiperOrigin-RevId: 658791576 Source-Link: googleapis/googleapis@c93b54f Source-Link: googleapis/googleapis-gen@e52ba38 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZTUyYmEzOGE5NWE4MmY3NTg4ZDBkZDNhMjI4NGM5ODg1MGRhYjllMSJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
I found this change makes it a bit easier to implement #960.
This is so we can give a quick overview of all environment variables used.
Inspired by the
gcloud-*wide discussion of env. vars. I'm not sure if this is worth doing, so @tseaver feel free to shoot this down./cc @jgeewax