Skip to content

Instantly share code, notes, and snippets.

@loe
Created January 17, 2009 00:00
Show Gist options
  • Save loe/48216 to your computer and use it in GitHub Desktop.
Save loe/48216 to your computer and use it in GitHub Desktop.
development:
adapter: mysql
database: macchiato_development
username: root
password:
host: localhost
encoding: utf8
socket: /opt/local/var/run/mysql5/mysqld.sock
test:
adapter: mysql
database: macchiato_test
username: root
password:
host: localhost
encoding: utf8
socket: /opt/local/var/run/mysql5/mysqld.sock
master:
adapter: mysql
database: macchiato_development
username: root
password:
host: localhost
encoding: utf8
socket: /opt/local/var/run/mysql5/mysqld.sock
staging:
adapter: mysql
database: macchiato_development
username: root
password:
host: localhost
encoding: utf8
socket: /opt/local/var/run/mysql5/mysqld.sock
production:
adapter: mysql
database: macchiato_development
username: root
password:
host: localhost
encoding: utf8
socket: /opt/local/var/run/mysql5/mysqld.sock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment