Updated Exception handler Props file
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
This commit is contained in:
@@ -1,17 +1,21 @@
|
|||||||
# exceptionhandler.properties
|
# 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
|
# server is the physical web address for your server
|
||||||
# file is the path to your filing script
|
# file is the path to your filing script
|
||||||
# get is the path to your json retrieval script
|
# get is the path to your json retrieval script
|
||||||
server = http://powers.doesntexist.com:666
|
# app is the redmine project name
|
||||||
file = /index.php?post=1
|
# tracker is the redmine tracker
|
||||||
#get = /index.php?get=1
|
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.
|
# uncomment the following if you want your application to use email to file reports.
|
||||||
# if this is uncommented, email will always be used.
|
# if this is uncommented, email will always be used.
|
||||||
|
|||||||
Reference in New Issue
Block a user