fixed database.yml
This commit is contained in:
parent
7b0cd969e0
commit
caa5a78863
1 changed files with 1 additions and 1 deletions
|
@ -20,6 +20,6 @@ test:
|
||||||
|
|
||||||
production:
|
production:
|
||||||
adapter: sqlite3
|
adapter: sqlite3
|
||||||
database: db/development.sqlite3
|
database: db/production.sqlite3
|
||||||
pool: 5
|
pool: 5
|
||||||
timeout: 5000
|
timeout: 5000
|
||||||
|
|
Loading…
Reference in a new issue