Advertisement
Guest User

Untitled

a guest
Feb 10th, 2016
10
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.  
  25. parse:
  26.     parse_application_id: __key_goes_here__
  27.     parse_rest_api_key: __key_goes_here__
  28.     parse_master_key: __key_goes_here__
  29.     parse_default_channels: [ '' ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement