== README This app allows you to easily modify the Perforce webhook keys associated with the webhook trigger. * Ruby version ruby 2.1.2 * System dependencies Only works on Unix-like operating systems Requires the p4 client program to be on the machine * Configuration Read and modify 'config_file' in the root directory of the app or it will not be able to connect to the Perforce server and modify keys. * Deployment instructions Does not require a database. Intended to be used alongside sendrequest.rb The environment variable SECRET_KEY_BASE must be set for production mode. This can be accomplished with the following in bash: export SECRET_KEY_BASE=`rake secret`