Skip to content

Instantly share code, notes, and snippets.

@anvie
Created June 5, 2012 09:25
Show Gist options
  • Save anvie/2873826 to your computer and use it in GitHub Desktop.
Save anvie/2873826 to your computer and use it in GitHub Desktop.
Rootr configuration example
rootr {
# where's rootr api server bind to port
api.port = 8080
crawler {
# whether crawler skip to index already indexed source
skip_existing = true
}
plugins {
enabled = [] # enabled plugins here (list of plugin name case sensitive).
disabled = [] # disabled plugins here.
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment