-
-
Save simbo/54a1fad16676bfea6bb2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# SQLite version 3.x | |
# gem install sqlite3-ruby (not necessary on OS X Leopard) | |
development: | |
adapter: postgresql #changed this | |
encoding: utf8 | |
database: hosted_development #changed this | |
username: alan #changed this | |
password: MlwhvC4R | |
# 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 # CHANGED THIS | |
encoding: utf8 | |
database: _test | |
username: alan # changed this | |
password: MlwhvC4R | |
socket: | |
production: | |
adapter: postgresql | |
encoding: utf8 | |
database: hosted_production | |
username: alan #changed this too | |
password: MlwhvC4R |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment