added a config file example in the examples directory

This commit is contained in:
Brendan McDevitt 2019-04-06 00:20:01 -05:00
parent b38a3842b7
commit 9a1b1121d8

View file

@ -0,0 +1,12 @@
# example pastebinn config file setup
# set environment variables
# pastebin api information
export pastebin_username=''
export pastebin_password=''
export pastebin_api_key=''
# optional - (if using kibana and sidekiq)
export elasticsearch_url=''
export redis_url=''