init commit
This commit is contained in:
20
ExceptionHandlerLib/exceptionhandler.properties
Normal file
20
ExceptionHandlerLib/exceptionhandler.properties
Normal file
@@ -0,0 +1,20 @@
|
||||
# exceptionhandler.properties
|
||||
# This is the default Twenty Codes, LLC Exception Handler properties file
|
||||
#
|
||||
# This file must be included in the main project's assets folder
|
||||
#
|
||||
# @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/testing
|
||||
file = /index.php?post=1
|
||||
#get = /index.php?get=1
|
||||
|
||||
# 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
|
||||
Reference in New Issue
Block a user