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

Default proxy is now settable via config file. #1331

Merged
merged 1 commit into from
Oct 14, 2021
Merged

Default proxy is now settable via config file. #1331

merged 1 commit into from
Oct 14, 2021

Conversation

scudette
Copy link
Contributor

Previously the only way to override the default http proxy was through
the http_proxy environment variable. This PR also adds the ability to
specify the proxy in the config file:

Client:
proxy: http://127.0.0.1:3128/
server_urls:

Or for Frontend:

Frontend:
proxy: http://127.0.0.1:3128/

Proxy setting can still be overriden with environment variables as
well but this makes it easier to set the default.

Previously the only way to override the default http proxy was through
the http_proxy environment variable. This PR also adds the ability to
specify the proxy in the config file:

Client:
  proxy: http://127.0.0.1:3128/
  server_urls:
  - https://192.168.1.11:8000/

Or for Frontend:

Frontend:
  proxy: http://127.0.0.1:3128/

Proxy setting can still be overriden with environment variables as
well but this makes it easier to set the default.
@scudette scudette merged commit 57e33bf into master Oct 14, 2021
@scudette scudette deleted the proxy branch October 14, 2021 17:31
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

Successfully merging this pull request may close these issues.

1 participant