Skip to content

Instantly share code, notes, and snippets.

@ktopping
Created February 8, 2010 12:36
Show Gist options
  • Save ktopping/298106 to your computer and use it in GitHub Desktop.
Save ktopping/298106 to your computer and use it in GitHub Desktop.
common: &common
solr:
hostname: localhost
port: 8983
production:
<<: *common
development:
<<: *common
solr:
port: 8982
test:
<<: *common
solr:
port: 8981
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment