2.4 base upd

This commit is contained in:
Harold Finch
2023-06-20 22:10:43 +02:00
committed by GitHub
parent e2acc74343
commit e1fe4bc439

View File

@@ -64,6 +64,10 @@ SKIN = "default"
# - Without authentication: HTTP_PROXY = "http://192.168.1.1:3128" # - Without authentication: HTTP_PROXY = "http://192.168.1.1:3128"
# - With authentication: HTTP_PROXY = "http://user:password@192.168.1.1:3128" # - With authentication: HTTP_PROXY = "http://user:password@192.168.1.1:3128"
HTTP_PROXY = "" HTTP_PROXY = ""
# Specify hosts which shouldn't be reached via proxy.
# It should be a comma-separated list of hostname suffixes, optionally with
# `:port` appended, for example: `cern.ch,ncsa.uiuc.edu,some.host:8080`.
NO_PROXY = "localhost,127.0.0.1,::1"
# Local timezone. It must be one of below: # Local timezone. It must be one of below:
# GMT-12:00 # GMT-12:00