From e14cdea2e660feea3bbc5e5adf033d68def9fbf5 Mon Sep 17 00:00:00 2001 From: Priit Tark Date: Tue, 14 Apr 2015 13:28:54 +0300 Subject: [PATCH] Update application example yml --- config/application-example.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/application-example.yml b/config/application-example.yml index 0aa608c06..a3a54fa15 100644 --- a/config/application-example.yml +++ b/config/application-example.yml @@ -45,5 +45,5 @@ test: # DEPP key_path: '/var/lib/jenkins/workspace/registry/ca/private/webclient.key.pem' - epp_hostname: 'localhost' - repp_url: 'http://localhost:8989/repp/v1/' + epp_hostname: '127.0.0.1' + repp_url: 'http://127.0.0.1:8989/repp/v1/'