Advertisement
Guest User

Untitled

a guest
Apr 27th, 2019
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. # Podio
  2. config.podio_client_id = ENV["PODIO_CLIENT_ID"]
  3. config.podio_client_secret = ENV["PODIO_CLIENT_SECRET"]
  4. config.podio_username = ENV["PODIO_USERNAME"]
  5. config.podio_password = ENV["PODIO_PASSWORD"]
  6.  
  7. # HelpScout
  8. config.helpscout_secret_key = ENV["HELPSCOUT_SECRET_KEY"]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement