Development database on 'torf' configured
This commit is contained in:
parent
5225483a7d
commit
741bf5d4e4
1 changed files with 7 additions and 2 deletions
|
|
@ -4,8 +4,13 @@
|
||||||
# Ensure the SQLite 3 gem is defined in your Gemfile
|
# Ensure the SQLite 3 gem is defined in your Gemfile
|
||||||
# gem 'sqlite3'
|
# gem 'sqlite3'
|
||||||
development:
|
development:
|
||||||
adapter: sqlite3
|
#adapter: sqlite3
|
||||||
database: db/development.sqlite3
|
#database: db/development.sqlite3
|
||||||
|
adapter: postgresql
|
||||||
|
database: debshots
|
||||||
|
username: debshots
|
||||||
|
password: shootme
|
||||||
|
host: torf
|
||||||
pool: 5
|
pool: 5
|
||||||
timeout: 5000
|
timeout: 5000
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue