Skip to content
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

Consolidated list of all ENV variables #47

Closed
tleish opened this issue May 30, 2024 · 2 comments
Closed

Consolidated list of all ENV variables #47

tleish opened this issue May 30, 2024 · 2 comments

Comments

@tleish
Copy link

tleish commented May 30, 2024

We are in the process of upgrading AnyCable. With the renaming of multiple ENV variables, it took more time than it probably should have trying to find and locate all changes through the documentation. It would help if listed on the upgrade docs (it looks like some of them were missed). I knew the setting I wanted to use, but it took time to track down the correct ENV variable name. I'd search both the docs.anycable.io, this repo, the repo's of other AnyCable github projects. Searching didn't work as I'd hoped.

One idea, create a consolidated list/dictionary of ENV variables. This page could also link to existing pages that give more explanation on why/how the ENV variables are used.

BTW, even with this "complaint"... the docs are pretty comprehensive overall.

@palkan
Copy link
Member

palkan commented May 30, 2024

create a consolidated list/dictionary of ENV variables

For AnyCable server, you can run anycable-go -h and see all the ENV variables. For Ruby, running bundle exec anycable -h does about the same (though some non-CLI options are missing from there, so calling pp AnyCable.config gives the full configuration schema information).

@tleish
Copy link
Author

tleish commented May 30, 2024

Ah, wish I would've tried this earlier. Thanks.

@palkan palkan closed this as completed May 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants