Updated to new Exception Handler requirements

Change-Id: Id9f0ab7f98198e0957eae414383f3f73152075a9
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
This commit is contained in:
2012-03-01 13:37:28 -05:00
parent 9d384e6457
commit 819d17969e
4 changed files with 29 additions and 17 deletions

View File

@@ -1,17 +1,21 @@
# exceptionhandler.properties
# This is the default Twenty Codes, LLC Exception Handler properties file
# @author ricky barrette <rickbarrette@gmail.com>
# @author twenty codes <twentycodes@gmail.com>
# 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://powers.doesntexist.com:8888/
app = Find My Car
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.