From eb18628e8ec492e70fdf3284a3694e2c90f9e53a Mon Sep 17 00:00:00 2001 From: Ricky Barrette Date: Thu, 10 May 2012 12:23:20 -0400 Subject: [PATCH] Updated Exception handler example prop file Signed-off-by: Ricky Barrette --- ExceptionHandlerLib/exceptionhandler.properties | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ExceptionHandlerLib/exceptionhandler.properties b/ExceptionHandlerLib/exceptionhandler.properties index cc2dcde..c458a73 100644 --- a/ExceptionHandlerLib/exceptionhandler.properties +++ b/ExceptionHandlerLib/exceptionhandler.properties @@ -13,10 +13,9 @@ # get is the path to your json retrieval script # app is the redmine project name # tracker is the redmine tracker -server = http://192.168.0.103:8080/ -file = +server = http://rickbarrette.dyndns.org/redmine/exceptionhandler app = test -tracker = Bug +tracker = Development Bug # uncomment the following if you want your application to use email to file reports. # if this is uncommented, email will always be used.