12 lines
269 B
Text
12 lines
269 B
Text
|
# 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=''
|