From 212055607ba59425ee9843074bce731cf2b6e2c8 Mon Sep 17 00:00:00 2001 From: bourgesl <bourges.laurent@gmail.com> Date: Tue, 27 Mar 2018 12:17:05 +0200 Subject: [PATCH] removed proxy settings --- bin/env.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/bin/env.sh b/bin/env.sh index cbda151..9286838 100755 --- a/bin/env.sh +++ b/bin/env.sh @@ -1,10 +1,5 @@ #!/bin/bash -# http proxy settings -export http_proxy=www-cache.ujf-grenoble.fr:3128 -export https_proxy=www-cache.ujf-grenoble.fr:3128 - - # SpringBoot profile: dev or production PROFILE="default" # default = h2 db #PROFILE="prod" # production = postgresql -- GitLab