Guest User

Untitled

a guest
Sep 27th, 2018
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. import com.github.hexx.scalamblr.Config
  2.  
  3. new Config {
  4. val defaultHostname = "YOUR HOSTNAME"
  5. override val markdown = true
  6. val consumerKey = "YOUR CONSUMER KEY"
  7. val consumerSecret = "YOUR CONSUMER SECRET"
  8. val username = "YOUR USERNAME"
  9. val password = "YOUR PASSWORD"
  10. }
Add Comment
Please, Sign In to add comment