Advertisement
Guest User

Untitled

a guest
Feb 14th, 2016
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. elasticsearch:
  2.     host: localhost
  3.  
  4. postgresql:
  5.     dbname: movement
  6.     dbuser: bernie
  7.     dbpass: sanders
  8.     host: localhost
  9.     port: 5432
  10.  
  11. youtube:
  12.     api_key: __key_goes_here__
  13.  
  14. bsd:
  15.     api_id: __key_goes_here__
  16.     api_secret: __key_goes_here__
  17.     endpoint: __endpoint_goes_here__
  18.  
  19. flask:
  20.     host: __host_goes_here__
  21.     debug: True
  22.     httpauth_username: __username_goes_here__
  23.     httpauth_password: __password_goes_here__
  24.     public_base_url: __base_url_of_cms_no_trailing_slash__
  25.  
  26. parse:
  27.     parse_application_id: __key_goes_here__
  28.     parse_rest_api_key: __key_goes_here__
  29.     parse_master_key: __key_goes_here__
  30.     parse_default_channels: [ '' ]
  31.  
  32. gmail:
  33.     send_email: 1
  34.     server: smtp.gmail.com
  35.     port: 587
  36.     email: __email_address _to_send_through__
  37.     password: __email_password__
  38.     recipients: ['list@example.com', 'of_recipients@example.com']
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement