Created
April 14, 2012 08:22
-
-
Save hexx/2382865 to your computer and use it in GitHub Desktop.
Scalamblr Config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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