Skip to content

Instantly share code, notes, and snippets.

@AlexJWayne
Created September 22, 2009 22:51
Show Gist options
  • Select an option

  • Save AlexJWayne/191521 to your computer and use it in GitHub Desktop.

Select an option

Save AlexJWayne/191521 to your computer and use it in GitHub Desktop.
production:
adapter: mysql
encoding: utf8
database: holopoint_production
username: dbuser
password: ***snipped***
host: 127.0.0.1
socket: /var/lib/mysql/mysql.sock
worker:
adapter: mysql
encoding: utf8
database: holopoint_production
username: dbuser
password: ***snipped***
host: 127.0.0.1
port: 8888
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment