Skip to content

Instantly share code, notes, and snippets.

@the-teacher
Created May 10, 2012 06:14
Show Gist options
  • Save the-teacher/2651347 to your computer and use it in GitHub Desktop.
Save the-teacher/2651347 to your computer and use it in GitHub Desktop.
Yml
development:
adapter: mysql2
encoding: utf8
reconnect: false
database: zykin_kupi_bilet_frontend_dev
pool: 5
username: zykin
password: zykin
socket: /var/lib/mysql/mysql.sock
production:
adapter: mysql2
encoding: utf8
reconnect: false
database: zykin_kupi_bilet_frontend_pro
pool: 5
username: zykin
password: zykin
socket: /var/lib/mysql/mysql.sock
# Warning: The database defined as "test" will be erased and
# re-generated from your development database when you run "rake".
# Do not set this db to the same as development or production.
test:
adapter: mysql2
encoding: utf8
reconnect: false
database: zykin_kupi_bilet_frontend_test
pool: 5
username: zykin
password: zykin
socket: /var/lib/mysql/mysql.sock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment