Files
exception_handler_library/ExceptionHandlerLib/exceptionhandler.properties
Ricky Barrette 4e7c01d96e Added package name support required by the redmine exception handler
Change-Id: I3b94dc93f9bc8b7361f0bca7f4a834345e23185f
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
2012-02-22 13:16:55 -05:00

23 lines
753 B
Properties

# exceptionhandler.properties
# @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
#
# 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://192.168.0.103:8080/
file =
app = test
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.
#email = twentycodes@gmail.com