From 5dfd9fa801baca8c653b47227b6242d16d8262ef Mon Sep 17 00:00:00 2001 From: Ricky Barrette Date: Sun, 22 Apr 2012 11:25:05 -0400 Subject: [PATCH] Updated exception handler props file Signed-off-by: Ricky Barrette --- ExaltedDice/assets/exceptionhandler.properties | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ExaltedDice/assets/exceptionhandler.properties b/ExaltedDice/assets/exceptionhandler.properties index 89bdf35..73f7976 100644 --- a/ExaltedDice/assets/exceptionhandler.properties +++ b/ExaltedDice/assets/exceptionhandler.properties @@ -5,13 +5,16 @@ # 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 +# # 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 # app is the redmine project name # tracker is the redmine tracker -server = http://powers.doesntexist.com:8080/redmine/exceptionhandler -app = test +server = http://rickbarrette.dyndns.org/redmine/exceptionhandler +app = Exalted Dice tracker = Bug # uncomment the following if you want your application to use email to file reports.