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