From f0cacacc438e81235f9d03d821631f030a5b14d0 Mon Sep 17 00:00:00 2001 From: Priit Tark Date: Tue, 14 Apr 2015 13:17:42 +0300 Subject: [PATCH] Added repp url and epp hostname to robot test --- config/application-example.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/application-example.yml b/config/application-example.yml index 4377d9ed7..0aa608c06 100644 --- a/config/application-example.yml +++ b/config/application-example.yml @@ -45,3 +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/'