added a config file example in the examples directory
This commit is contained in:
parent
b38a3842b7
commit
9a1b1121d8
1 changed files with 12 additions and 0 deletions
12
examples/config_example_environment_vars
Normal file
12
examples/config_example_environment_vars
Normal 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=''
|
Loading…
Add table
Reference in a new issue