layerindex-web/docker/.gitconfig
Paul Eggleton d99cbe3edf docker: correct comment in .gitconfig
We moved this when we switched to using a specific user account.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2018-08-29 21:42:02 +12:00

12 lines
404 B
INI

# This .gitconfig file resides in /home/layers/ in the "layersapp" container
# add any settings you'd like to have in there, such as proxy servers
[http]
#proxy = http://your.proxy.server:port
[https]
#proxy = https://your.proxy.server:port
[core]
# Optional: uncomment this line if you want to use a proxy script
#gitproxy = /opt/bin/git-proxy
[socks]
#proxy = your.socks.proxy:port