Change-Id: I4fa5aa02ccbe097947ec2d846cd7b3ff0a16bde5 Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
20 lines
721 B
Properties
20 lines
721 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
|
|
# 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/
|
|
file = redmine/exceptionhandler
|
|
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.
|
|
#email = twentycodes@gmail.com |