Skip to content

Instantly share code, notes, and snippets.

@mschulkind
Created April 26, 2011 18:42
Show Gist options
  • Save mschulkind/942829 to your computer and use it in GitHub Desktop.
Save mschulkind/942829 to your computer and use it in GitHub Desktop.
ERB output
defaults: &defaults
host: localhost
persist_in_safe_mode: true
# slaves:
# - host: slave1.local
# port: 27018
# - host: slave2.local
# port: 27019
development:
<<: *defaults
database: sonar_development
test:
<<: *defaults
database: sonar_test
remote_defaults: &remote_defaults
<<: *defaults
host:
port:
username:
password:
database:
load:
<<: *remote_defaults
staging:
<<: *remote_defaults
production:
<<: *remote_defaults
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment