Skip to content

Instantly share code, notes, and snippets.

@hexx
Created April 14, 2012 08:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hexx/2382865 to your computer and use it in GitHub Desktop.
Save hexx/2382865 to your computer and use it in GitHub Desktop.
Scalamblr Config
import com.github.hexx.scalamblr.Config
new Config {
val defaultHostname = "YOUR HOSTNAME"
override val markdown = true
val consumerKey = "YOUR CONSUMER KEY"
val consumerSecret = "YOUR CONSUMER SECRET"
val username = "YOUR USERNAME"
val password = "YOUR PASSWORD"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment