Skip to content

Instantly share code, notes, and snippets.

@rogerthat
Created June 7, 2012 21:27
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 rogerthat/2891639 to your computer and use it in GitHub Desktop.
Save rogerthat/2891639 to your computer and use it in GitHub Desktop.
libertree@apache:~/salix/libertree-db$ cat database.yaml
development:
host: localhost
username: libertree
password: libertree
database: libertree_development
test:
host: localhost
username: libertree
password: libertree
database: libertree_test
production:
host: localhost
username: libertree
password: libertree
database: libertree_production
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment