From 3ef2ddd5cb1ee57317ffb757aceb86355a612a17 Mon Sep 17 00:00:00 2001 From: Roberto Sánchez <roberto.sanchez@curisit.net> Date: Mon, 24 Feb 2014 14:55:10 +0000 Subject: [PATCH] #593 feature - Changed CRC logo inclusion in request to optional, the server will check if logo is mandatory or not --- src/main/resources/securis-client.properties | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/resources/securis-client.properties b/src/main/resources/securis-client.properties index 2212669..e7aee1a 100644 --- a/src/main/resources/securis-client.properties +++ b/src/main/resources/securis-client.properties @@ -1,3 +1,3 @@ -public.key.file = /Users/cproberto/Documents/wsPython/doky/tests/mykey.pub -app.code = CurisIntegrity -customer.code = ROB \ No newline at end of file +public.key.file = __ADD_PUBLIC_KEY_FILE__ +app.code = __ADD_APP_CODE__ +customer.code = __ADD_APP_CODE__ -- Gitblit v1.3.2