Set development database to localhost again

This commit is contained in:
Christoph Haas 2015-06-15 13:03:47 +02:00
parent 31afd3635f
commit a9b7e50209

View file

@ -4,8 +4,6 @@
# Ensure the SQLite 3 gem is defined in your Gemfile
# gem 'sqlite3'
development:
#adapter: sqlite3
#database: db/development.sqlite3
adapter: postgresql
database: debshots_dev
username: debshots
@ -30,7 +28,7 @@ production:
adapter: postgresql
database: debshots
username: debshots
password: shootme
host: torf
password: GonwannEn0
host: localhost
pool: 5
timeout: 5000