From 7472566126b68126ae188316668bc92b7b030ddc Mon Sep 17 00:00:00 2001 From: Ricky Barrette Date: Sun, 22 Apr 2012 11:06:20 -0400 Subject: [PATCH] Updated Exception handler Props file Signed-off-by: Ricky Barrette --- AutoPlayer/assets/exceptionhandler.properties | 22 +++++++++++-------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/AutoPlayer/assets/exceptionhandler.properties b/AutoPlayer/assets/exceptionhandler.properties index 2303eb5..2c081cf 100644 --- a/AutoPlayer/assets/exceptionhandler.properties +++ b/AutoPlayer/assets/exceptionhandler.properties @@ -1,17 +1,21 @@ # exceptionhandler.properties -# This is the default Twenty Codes, LLC Exception Handler properties file +# @author ricky barrette +# @author twenty codes + +# This file is used to tell the Exception Handler LIbrary how to file +# new exception reports +# HTTP ONLY +# +# Place this file in you project's assets folder and edit as needed # -# @author Twenty Codes, LLC -# @author ricky barrette - - -# The following is for using our custom server based exception handler web application # server is the physical web address for your server # file is the path to your filing script # get is the path to your json retrieval script -server = http://powers.doesntexist.com:666 -file = /index.php?post=1 -#get = /index.php?get=1 +# app is the redmine project name +# tracker is the redmine tracker +server = http://rickbarrette.dyndns.org/redmine/exceptionhandler +app = Auto Player +tracker = Bug # uncomment the following if you want your application to use email to file reports. # if this is uncommented, email will always be used.