Skip to content

Instantly share code, notes, and snippets.

View fexx's full-sized avatar
🎯
Focusing

Fernando Evangelista fexx

🎯
Focusing
View GitHub Profile
@fexx
fexx / settings.xml
Last active November 2, 2019 04:14
settings.xml - Criando e enviando imagem Docker com Java e Maven
<server>
<id>docker.io</id>
<username>{docker_id}</username>
<password>{senha_docker_hub}</password>
<configuration>
<email>{email}</email>
</configuration>
</server>
function FindProxyForURL(url, host) {
url = url.toLowerCase();
host = host.toLowerCase();
if (isPlainHostName(host)) {
return "DIRECT";
}
if ((host == "hml.mol.mapfre.com.br") ||
(host == "ftp.mapfre.com.br") ||