Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects

Enable proxy configuration

Closed Arkadiusz SZCZECINSKI requested to merge enable_proxy_configuration into main
@@ -104,4 +104,7 @@ DEFAULT_DASHBOARD = [
},
},
]
"{% if '${HTTP_PROXY}' is defined %} HTTP_PROXIES={'http':'${HTTP_PROXY}','https':'${HTTPS_PROXY}',}{% endif %}"
HTTP_PROXIES={
'http':'${HTTP_PROXY}',
'https':'${HTTPS_PROXY}',
}
\ No newline at end of file
Loading