From 657cb9b9272e040f2c932cd62c61fa5677a4ccf7 Mon Sep 17 00:00:00 2001 From: Roberto Sánchez <roberto.sanchez@curisit.net> Date: Mon, 11 Aug 2014 13:26:49 +0000 Subject: [PATCH] #0 fix - Removed public key location and added server url --- config/securis-client.properties | 2 +- src/main/resources/securis-client.properties | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/securis-client.properties b/config/securis-client.properties index b1ab22b..6d15545 100644 --- a/config/securis-client.properties +++ b/config/securis-client.properties @@ -4,6 +4,6 @@ # # ######################################################################### -public.key.file = /Path/to/public/key/file/securis.pub +license.server.url = https://securis.curistec.com/securis/api app.code = AP01 customer.code = XX diff --git a/src/main/resources/securis-client.properties b/src/main/resources/securis-client.properties index 6a5d5ca..87c09f2 100644 --- a/src/main/resources/securis-client.properties +++ b/src/main/resources/securis-client.properties @@ -1,3 +1,3 @@ license.server.url = https://securis.curistec.com/securis/api -app.code = CI01 -customer.code = BP01 +app.code = XXXX +customer.code = XX01 -- Gitblit v1.3.2