Set development database to localhost again
This commit is contained in:
parent
31afd3635f
commit
a9b7e50209
1 changed files with 2 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue